#277BCA

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

Shades of Curious Blue #277BCA

Tints of Curious Blue #277BCA

Color information

#277BCA (or 0x277BCA) is unknown color: approx Curious Blue. HEX triplet: 27, 7B and CA. RGB value is (39,123,202). Sum of RGB (Red+Green+Blue) = 39+123+202=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #277BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BCA is #D88435. Grayscale: #6A6A6A. Windows color (decimal): -14189622 or 13269799. OLE color: 13269799.

HSL color Cylindrical-coordinate representation of color #277BCA: hue angle of 209.08º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277BCA is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB39123202-
CMYK0.810.3900.21
HSL209.08º67.63%47.25%-
HSV(B)209.08º80.69%79.22%-
XYZ18.5818.8658.54-
YUV106.89181.6779.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.71%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=10.71%
G=33.79%
B=55.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal391232020.810.3900.21209.0867.6347.25
Hex277BCA5127015d1442f
Octal471733121214702532110457
Binary1001111111011110010101010001100111010101110100011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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