#277AB5

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

Shades of Curious Blue #277AB5

Tints of Curious Blue #277AB5

Color information

#277AB5 (or 0x277AB5) is unknown color: approx Curious Blue. HEX triplet: 27, 7A and B5. RGB value is (39,122,181). Sum of RGB (Red+Green+Blue) = 39+122+181=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #277AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AB5 is #D8854A. Grayscale: #676767. Windows color (decimal): -14189899 or 11893287. OLE color: 11893287.

HSL color Cylindrical-coordinate representation of color #277AB5: hue angle of 204.93º degrees, saturation: 0.65, 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 #277AB5 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39122181-
CMYK0.780.3300.29
HSL204.93º64.55%43.14%-
HSV(B)204.93º78.45%70.98%-
XYZ16.1417.6946.28-
YUV103.91171.581.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.40%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 181 (71.09% from 255) = 52.92%
R=11.40%
G=35.67%
B=52.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391221810.780.3300.29204.9364.5543.14
Hex277AB54E2101Dcd412b
Octal471722651164103531510153
Binary1001111111010101101011001110100001011101110011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,122,181); }

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

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

 a { background-color: rgb(39,122,181); }

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

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

 span { border-color: rgb(39,122,181); }

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