#277CB4

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

Shades of Curious Blue #277CB4

Tints of Curious Blue #277CB4

Color information

#277CB4 (or 0x277CB4) is unknown color: approx Curious Blue. HEX triplet: 27, 7C and B4. RGB value is (39,124,180). Sum of RGB (Red+Green+Blue) = 39+124+180=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #277CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CB4 is #D8834B. Grayscale: #686868. Windows color (decimal): -14189388 or 11828263. OLE color: 11828263.

HSL color Cylindrical-coordinate representation of color #277CB4: hue angle of 203.83º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277CB4 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39124180-
CMYK0.780.3100.29
HSL203.83º64.38%42.94%-
HSV(B)203.83º78.33%70.59%-
XYZ16.2818.1445.82-
YUV104.97170.3480.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.37%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=11.37%
G=36.15%
B=52.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391241800.780.3100.29203.8364.3842.94
Hex277CB44E1F01Dcc402b
Octal471742641163703531410053
Binary100111111110010110100100111011111011101110011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,124,180); }

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

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

 a { background-color: rgb(39,124,180); }

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

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

 span { border-color: rgb(39,124,180); }

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