#277ABC

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

Shades of Curious Blue #277ABC

Tints of Curious Blue #277ABC

Color information

#277ABC (or 0x277ABC) is unknown color: approx Curious Blue. HEX triplet: 27, 7A and BC. RGB value is (39,122,188). Sum of RGB (Red+Green+Blue) = 39+122+188=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #277ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ABC is #D88543. Grayscale: #686868. Windows color (decimal): -14189892 or 12352039. OLE color: 12352039.

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

Color convert

RGB39122188-
CMYK0.790.3500.26
HSL206.58º65.64%44.51%-
HSV(B)206.58º79.26%73.73%-
XYZ16.8717.9850.16-
YUV104.7117581.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.17%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 188 (73.83% from 255) = 53.87%
R=11.17%
G=34.96%
B=53.87%

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
Decimal391221880.790.3500.26206.5865.6444.51
Hex277ABC4F2301Acf422d
Octal471722741174303231710255
Binary1001111111010101111001001111100011011010110011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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