Html Css Color HEX #2E62BA Cerulean Blue

📋 copy color: '#2E62BA'

red 46 ◦ green 98 ◦ blue 186

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

Shades of Cerulean Blue #2E62BA

Tints of Cerulean Blue #2E62BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 13.94%
G = 29.7%
B = 56.36%

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

#2E62BA (or 0x2E62BA) is known color: Cerulean Blue. HEX triplet: 2E, 62 and BA. RGB value is (46,98,186). Sum of RGB (Red+Green+Blue) = 46+98+186=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E62BA is #D19D45. Grayscale: #5C5C5C. Windows color (decimal): -13737286 or 12214830. OLE color: 12214830.

HSL color Cylindrical-coordinate representation of color #2E62BA: hue angle of 217.71º 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 #2E62BA is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 98 186 -
CMYK 0.75 0.47 0 0.27
HSL 217.71º 0.6% 0.45% -
HSV(B) 217.71º 0.75% 0.73% -
XYZ 14.36 12.86 48.18 -
YUV 92.48 180.77 94.84 -
System Red Green Blue C M Y K H S L
Decimal 46 98 186 0.75 0.47 0 0.27 217.71 0.6 0.45
Hex 2E 62 BA 4B 2F 0 1B DA 3C 2D
Octal 56 142 272 113 57 0 33 332 74 55
Binary 101110 1100010 10111010 1001011 101111 0 11011 11011010 111100 101101

Color Harmonies of #2E62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E62BA

Black with #2E62BA

Text Example


Text Example

White with #2E62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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