#2E63B3

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

Shades of Cerulean Blue #2E63B3

Tints of Cerulean Blue #2E63B3

Color information

#2E63B3 (or 0x2E63B3) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 63 and B3. RGB value is (46,99,179). Sum of RGB (Red+Green+Blue) = 46+99+179=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E63B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E63B3 is #D19C4C. Grayscale: #5B5B5B. Windows color (decimal): -13737037 or 11756334. OLE color: 11756334.

HSL color Cylindrical-coordinate representation of color #2E63B3: hue angle of 216.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E63B3 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4699179-
CMYK0.740.4500.30
HSL216.09º59.11%44.12%-
HSV(B)216.09º74.3%70.2%-
XYZ13.7312.7644.39-
YUV92.27176.9495-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.20%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 179 (70.31% from 255) = 55.25%
R=14.20%
G=30.56%
B=55.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46991790.740.4500.30216.0959.1144.12
Hex2E63B34A2D01Ed83b2c
Octal56143263112550363307354
Binary101110110001110110011100101010110101111011011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E63B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,179); }

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

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

 a { background-color: rgb(46,99,179); }

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

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

 span { border-color: rgb(46,99,179); }

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