#277AC0

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

Shades of Curious Blue #277AC0

Tints of Curious Blue #277AC0

Color information

#277AC0 (or 0x277AC0) is unknown color: approx Curious Blue. HEX triplet: 27, 7A and C0. RGB value is (39,122,192). Sum of RGB (Red+Green+Blue) = 39+122+192=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #277AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AC0 is #D8853F. Grayscale: #686868. Windows color (decimal): -14189888 or 12614183. OLE color: 12614183.

HSL color Cylindrical-coordinate representation of color #277AC0: hue angle of 207.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277AC0 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39122192-
CMYK0.800.3600.25
HSL207.45º66.23%45.29%-
HSV(B)207.45º79.69%75.29%-
XYZ17.3118.1652.46-
YUV105.1617780.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.05%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 192 (75.39% from 255) = 54.39%
R=11.05%
G=34.56%
B=54.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391221920.800.3600.25207.4566.2345.29
Hex277AC05024019cf422d
Octal471723001204403131710255
Binary1001111111010110000001010000100100011001110011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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