#277CBD

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

Shades of Curious Blue #277CBD

Tints of Curious Blue #277CBD

Color information

#277CBD (or 0x277CBD) is unknown color: approx Curious Blue. HEX triplet: 27, 7C and BD. RGB value is (39,124,189). Sum of RGB (Red+Green+Blue) = 39+124+189=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #277CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CBD is #D88342. Grayscale: #696969. Windows color (decimal): -14189379 or 12418087. OLE color: 12418087.

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

Color convert

RGB39124189-
CMYK0.790.3400.26
HSL206º65.79%44.71%-
HSV(B)206º79.37%74.12%-
XYZ17.2318.5250.81-
YUV106174.8480.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.08%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=11.08%
G=35.23%
B=53.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391241890.790.3400.2620665.7944.71
Hex277CBD4F2201Ace422d
Octal471742751174203231610255
Binary1001111111100101111011001111100010011010110011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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