#2e44ca

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

Shades of Cerulean Blue #2E44CA

Tints of Cerulean Blue #2E44CA

Color information

#2E44CA (or 0x2E44CA) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 44 and CA. RGB value is (46,68,202). Sum of RGB (Red+Green+Blue) = 46+68+202=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E44CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E44CA is #D1BB35. Grayscale: #4C4C4C. Windows color (decimal): -13744950 or 13255726. OLE color: 13255726.

HSL color Cylindrical-coordinate representation of color #2E44CA: hue angle of 231.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E44CA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4668202-
CMYK0.770.6600.21
HSL231.54º62.9%48.63%-
HSV(B)231.54º77.23%79.22%-
XYZ13.858.9856.88-
YUV76.7198.71106.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=14.56%
G=21.52%
B=63.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46682020.770.6600.21231.5462.948.63
Hex2E44CA4D42015e83f31
Octal561043121151020253507761
Binary1011101000100110010101001101100001001010111101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e44ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,202); }

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

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

 a { background-color: rgb(46,68,202); }

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

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

 span { border-color: rgb(46,68,202); }

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