#275ABA

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

Shades of Cerulean Blue #275ABA

Tints of Cerulean Blue #275ABA

Color information

#275ABA (or 0x275ABA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5A and BA. RGB value is (39,90,186). Sum of RGB (Red+Green+Blue) = 39+90+186=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #275ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABA is #D8A545. Grayscale: #555555. Windows color (decimal): -14198086 or 12212775. OLE color: 12212775.

HSL color Cylindrical-coordinate representation of color #275ABA: hue angle of 219.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275ABA is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3990186-
CMYK0.790.5200.27
HSL219.18º65.33%44.12%-
HSV(B)219.18º79.03%72.94%-
XYZ13.3611.2947.93-
YUV85.7184.694.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=12.38%
G=28.57%
B=59.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39901860.790.5200.27219.1865.3344.12
Hex275ABA4F3401Bdb412c
Octal471322721176403333310154
Binary1001111011010101110101001111110100011011110110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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