#277BBC

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

Shades of Curious Blue #277BBC

Tints of Curious Blue #277BBC

Color information

#277BBC (or 0x277BBC) is unknown color: approx Curious Blue. HEX triplet: 27, 7B and BC. RGB value is (39,123,188). Sum of RGB (Red+Green+Blue) = 39+123+188=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #277BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BBC is #D88443. Grayscale: #686868. Windows color (decimal): -14189636 or 12352295. OLE color: 12352295.

HSL color Cylindrical-coordinate representation of color #277BBC: hue angle of 206.17º 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 #277BBC is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39123188-
CMYK0.790.3500.26
HSL206.17º65.64%44.51%-
HSV(B)206.17º79.26%73.73%-
XYZ1718.2350.2-
YUV105.29174.6780.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 188 (73.83% from 255) = 53.71%
R=11.14%
G=35.14%
B=53.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391231880.790.3500.26206.1765.6444.51
Hex277BBC4F2301Ace422d
Octal471732741174303231610255
Binary1001111111011101111001001111100011011010110011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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