#275ABC

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

Shades of Cerulean Blue #275ABC

Tints of Cerulean Blue #275ABC

Color information

#275ABC (or 0x275ABC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5A and BC. RGB value is (39,90,188). Sum of RGB (Red+Green+Blue) = 39+90+188=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #275ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABC is #D8A543. Grayscale: #555555. Windows color (decimal): -14198084 or 12343847. OLE color: 12343847.

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

Color convert

RGB3990188-
CMYK0.790.5200.26
HSL219.46º65.64%44.51%-
HSV(B)219.46º79.26%73.73%-
XYZ13.5711.3749.06-
YUV85.92185.694.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 188 (73.83% from 255) = 59.31%
R=12.30%
G=28.39%
B=59.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39901880.790.5200.26219.4665.6444.51
Hex275ABC4F3401Adb422d
Octal471322741176403233310255
Binary1001111011010101111001001111110100011010110110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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