#2e55c3

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

Shades of Cerulean Blue #2E55C3

Tints of Cerulean Blue #2E55C3

Color information

#2E55C3 (or 0x2E55C3) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 55 and C3. RGB value is (46,85,195). Sum of RGB (Red+Green+Blue) = 46+85+195=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E55C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55C3 is #D1AA3C. Grayscale: #555555. Windows color (decimal): -13740605 or 12801326. OLE color: 12801326.

HSL color Cylindrical-coordinate representation of color #2E55C3: hue angle of 224.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E55C3 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4685195-
CMYK0.760.5600.24
HSL224.3º61.83%47.25%-
HSV(B)224.3º76.41%76.47%-
XYZ14.2311.0253.01-
YUV85.88189.5899.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 195 (76.56% from 255) = 59.82%
R=14.11%
G=26.07%
B=59.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46851950.760.5600.24224.361.8347.25
Hex2E55C34C38018e03e2f
Octal56125303114700303407657
Binary101110101010111000011100110011100001100011100000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e55c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,195); }

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

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

 a { background-color: rgb(46,85,195); }

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

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

 span { border-color: rgb(46,85,195); }

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