#277fb8

Color #277FB8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #277FB8

Tints of Curious Blue #277FB8

Color information

#277FB8 (or 0x277FB8) is unknown color: approx Curious Blue. HEX triplet: 27, 7F and B8. RGB value is (39,127,184). Sum of RGB (Red+Green+Blue) = 39+127+184=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #277FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FB8 is #D88047. Grayscale: #6A6A6A. Windows color (decimal): -14188616 or 12091175. OLE color: 12091175.

HSL color Cylindrical-coordinate representation of color #277FB8: hue angle of 203.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277FB8 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB39127184-
CMYK0.790.3100.28
HSL203.59º65.02%43.73%-
HSV(B)203.59º78.8%72.16%-
XYZ17.0819.0748.13-
YUV107.19171.3579.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 11.14%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 184 (72.27% from 255) = 52.57%
R=11.14%
G=36.29%
B=52.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391271840.790.3100.28203.5965.0243.73
Hex277FB84F1F01Ccc412c
Octal471772701173703431410154
Binary100111111111110111000100111111111011100110011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277fb8; }

 p { color: rgb(39,127,184); }

 H1.HeaderClassName
 {
   color: #277fb8;
 }
 .AnyTagClassName
 {
   color: #277fb8;
 }
</style>
background-color css

<style>
 a { background-color: #277fb8; }

 a { background-color: rgb(39,127,184); }

 div.DivClassName
 {
   background-color: #277fb8;
 }
 .BgClassName
 {
   background-color: #277fb8;
 }
</style>
border-color css

<style>
 span { border-color: #277fb8; }

 span { border-color: rgb(39,127,184); }

 td.TdClassName
 {
   border-color: #277fb8;
 }
 .TagClassName
 {
   border-color: #277fb8;
 }
</style>