Html Css Color HEX #2E61CA Cerulean Blue

📋 copy color: '#2E61CA'

red 46 ◦ green 97 ◦ blue 202

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

Shades of Cerulean Blue #2E61CA

Tints of Cerulean Blue #2E61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 13.33%
G = 28.12%
B = 58.55%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E61CA (or 0x2E61CA) is known color: Cerulean Blue. HEX triplet: 2E, 61 and CA. RGB value is (46,97,202). Sum of RGB (Red+Green+Blue) = 46+97+202=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E61CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E61CA is #D19E35. Grayscale: #5D5D5D. Windows color (decimal): -13737526 or 13263150. OLE color: 13263150.

HSL color Cylindrical-coordinate representation of color #2E61CA: hue angle of 220.38º 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 #2E61CA is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 97 202 -
CMYK 0.77 0.52 0 0.21
HSL 220.38º 0.63% 0.49% -
HSV(B) 220.38º 0.77% 0.79% -
XYZ 16.06 13.39 57.62 -
YUV 93.72 189.1 93.96 -
System Red Green Blue C M Y K H S L
Decimal 46 97 202 0.77 0.52 0 0.21 220.38 0.63 0.49
Hex 2E 61 CA 4D 34 0 15 DC 3F 31
Octal 56 141 312 115 64 0 25 334 77 61
Binary 101110 1100001 11001010 1001101 110100 0 10101 11011100 111111 110001

Color Harmonies of #2E61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E61CA

Black with #2E61CA

Text Example


Text Example

White with #2E61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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