#277BC0

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

Shades of Curious Blue #277BC0

Tints of Curious Blue #277BC0

Color information

#277BC0 (or 0x277BC0) is unknown color: approx Curious Blue. HEX triplet: 27, 7B and C0. RGB value is (39,123,192). Sum of RGB (Red+Green+Blue) = 39+123+192=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #277BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BC0 is #D8843F. Grayscale: #696969. Windows color (decimal): -14189632 or 12614439. OLE color: 12614439.

HSL color Cylindrical-coordinate representation of color #277BC0: hue angle of 207.06º 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 #277BC0 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39123192-
CMYK0.800.3600.25
HSL207.06º66.23%45.29%-
HSV(B)207.06º79.69%75.29%-
XYZ17.4318.452.5-
YUV105.75176.6780.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.02%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 192 (75.39% from 255) = 54.24%
R=11.02%
G=34.75%
B=54.24%

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
Decimal391231920.800.3600.25207.0666.2345.29
Hex277BC05024019cf422d
Octal471733001204403131710255
Binary1001111111011110000001010000100100011001110011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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