#277dc5

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

Shades of Curious Blue #277DC5

Tints of Curious Blue #277DC5

Color information

#277DC5 (or 0x277DC5) is unknown color: approx Curious Blue. HEX triplet: 27, 7D and C5. RGB value is (39,125,197). Sum of RGB (Red+Green+Blue) = 39+125+197=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #277DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DC5 is #D8823A. Grayscale: #6B6B6B. Windows color (decimal): -14189115 or 12942631. OLE color: 12942631.

HSL color Cylindrical-coordinate representation of color #277DC5: hue angle of 207.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277DC5 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39125197-
CMYK0.800.3700.23
HSL207.34º66.95%46.27%-
HSV(B)207.34º80.2%77.25%-
XYZ18.2519.1355.55-
YUV107.49178.5179.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.80%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 197 (77.34% from 255) = 54.57%
R=10.80%
G=34.63%
B=54.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391251970.800.3700.23207.3466.9546.27
Hex277DC55025017cf432e
Octal471753051204502731710356
Binary1001111111101110001011010000100101010111110011111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277dc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,125,197); }

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

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

 a { background-color: rgb(39,125,197); }

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

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

 span { border-color: rgb(39,125,197); }

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