#277CBE

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

Shades of Curious Blue #277CBE

Tints of Curious Blue #277CBE

Color information

#277CBE (or 0x277CBE) is unknown color: approx Curious Blue. HEX triplet: 27, 7C and BE. RGB value is (39,124,190). Sum of RGB (Red+Green+Blue) = 39+124+190=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #277CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CBE is #D88341. Grayscale: #696969. Windows color (decimal): -14189378 or 12483623. OLE color: 12483623.

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

Color convert

RGB39124190-
CMYK0.790.3500.25
HSL206.23º65.94%44.9%-
HSV(B)206.23º79.47%74.51%-
XYZ17.3418.5651.38-
YUV106.11175.3480.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.05%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=11.05%
G=35.13%
B=53.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391241900.790.3500.25206.2365.9444.9
Hex277CBE4F23019ce422d
Octal471742761174303131610255
Binary1001111111100101111101001111100011011001110011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,124,190); }

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

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

 a { background-color: rgb(39,124,190); }

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

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

 span { border-color: rgb(39,124,190); }

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