#2D5ACA

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

Shades of Cerulean Blue #2D5ACA

Tints of Cerulean Blue #2D5ACA

Color information

#2D5ACA (or 0x2D5ACA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5A and CA. RGB value is (45,90,202). Sum of RGB (Red+Green+Blue) = 45+90+202=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D5ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5ACA is #D2A535. Grayscale: #585858. Windows color (decimal): -13804854 or 13261357. OLE color: 13261357.

HSL color Cylindrical-coordinate representation of color #2D5ACA: hue angle of 222.8º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5ACA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4590202-
CMYK0.780.5500.21
HSL222.8º63.56%48.43%-
HSV(B)222.8º77.72%79.22%-
XYZ15.412.1357.41-
YUV89.31191.5996.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.35%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 202 (79.30% from 255) = 59.94%
R=13.35%
G=26.71%
B=59.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45902020.780.5500.21222.863.5648.43
Hex2D5ACA4E37015df4030
Octal551323121166702533710060
Binary1011011011010110010101001110110111010101110111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5ACA; }

 p { color: rgb(45,90,202); }

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

<style>
 a { background-color: #2D5ACA; }

 a { background-color: rgb(45,90,202); }

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

<style>
 span { border-color: #2D5ACA; }

 span { border-color: rgb(45,90,202); }

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