#2B5ACA

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

Shades of Cerulean Blue #2B5ACA

Tints of Cerulean Blue #2B5ACA

Color information

#2B5ACA (or 0x2B5ACA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5A and CA. RGB value is (43,90,202). Sum of RGB (Red+Green+Blue) = 43+90+202=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B5ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ACA is #D4A535. Grayscale: #585858. Windows color (decimal): -13935926 or 13261355. OLE color: 13261355.

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

Color convert

RGB4390202-
CMYK0.790.5500.21
HSL222.26º64.9%48.04%-
HSV(B)222.26º78.71%79.22%-
XYZ15.3112.0957.4-
YUV88.72191.9395.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 202 (79.30% from 255) = 60.30%
R=12.84%
G=26.87%
B=60.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43902020.790.5500.21222.2664.948.04
Hex2B5ACA4F37015de4130
Octal531323121176702533610160
Binary1010111011010110010101001111110111010101110111101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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