#275ABF

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

Shades of Cerulean Blue #275ABF

Tints of Cerulean Blue #275ABF

Color information

#275ABF (or 0x275ABF) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5A and BF. RGB value is (39,90,191). Sum of RGB (Red+Green+Blue) = 39+90+191=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #275ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABF is #D8A540. Grayscale: #555555. Windows color (decimal): -14198081 or 12540455. OLE color: 12540455.

HSL color Cylindrical-coordinate representation of color #275ABF: hue angle of 219.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275ABF is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3990191-
CMYK0.800.5300.25
HSL219.87º66.09%45.1%-
HSV(B)219.87º79.58%74.9%-
XYZ13.911.5150.78-
YUV86.26187.194.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.19%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 191 (75% from 255) = 59.69%
R=12.19%
G=28.12%
B=59.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39901910.800.5300.25219.8766.0945.1
Hex275ABF5035019dc422d
Octal471322771206503133410255
Binary1001111011010101111111010000110101011001110111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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