Html Css Color HEX #2E63BA Cerulean Blue

📋 copy color: '#2E63BA'

red 46 ◦ green 99 ◦ blue 186

#2E63BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2E63BA

Tints of Cerulean Blue #2E63BA

RGB

 RED value IS 46 (18.36% from 255) = 13.9%

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 13.9%
G = 29.91%
B = 56.19%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E63BA (or 0x2E63BA) is known color: Cerulean Blue. HEX triplet: 2E, 63 and BA. RGB value is (46,99,186). Sum of RGB (Red+Green+Blue) = 46+99+186=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E63BA is #D19C45. Grayscale: #5C5C5C. Windows color (decimal): -13737030 or 12215086. OLE color: 12215086.

HSL color Cylindrical-coordinate representation of color #2E63BA: hue angle of 217.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E63BA is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 99 186 -
CMYK 0.75 0.47 0 0.27
HSL 217.29º 0.6% 0.45% -
HSV(B) 217.29º 0.75% 0.73% -
XYZ 14.45 13.05 48.21 -
YUV 93.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 46 99 186 0.75 0.47 0 0.27 217.29 0.6 0.45
Hex 2E 63 BA 4B 2F 0 1B D9 3C 2D
Octal 56 143 272 113 57 0 33 331 74 55
Binary 101110 1100011 10111010 1001011 101111 0 11011 11011001 111100 101101

Color Harmonies of #2E63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E63BA

Black with #2E63BA

Text Example


Text Example

White with #2E63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E63BA;
 }
 .AnyTagClassName
 {
   color: #2E63BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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