Html Css Color HEX #2E4ABC Cerulean Blue

📋 copy color: '#2E4ABC'

red 46 ◦ green 74 ◦ blue 188

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

Shades of Cerulean Blue #2E4ABC

Tints of Cerulean Blue #2E4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 14.94%
G = 24.03%
B = 61.04%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E4ABC (or 0x2E4ABC) is known color: Cerulean Blue. HEX triplet: 2E, 4A and BC. RGB value is (46,74,188). Sum of RGB (Red+Green+Blue) = 46+74+188=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4ABC is #D1B543. Grayscale: #4E4E4E. Windows color (decimal): -13743428 or 12339758. OLE color: 12339758.

HSL color Cylindrical-coordinate representation of color #2E4ABC: hue angle of 228.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E4ABC is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 74 188 -
CMYK 0.76 0.61 0 0.26
HSL 228.17º 0.61% 0.46% -
HSV(B) 228.17º 0.76% 0.74% -
XYZ 12.65 9.11 48.67 -
YUV 78.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 46 74 188 0.76 0.61 0 0.26 228.17 0.61 0.46
Hex 2E 4A BC 4C 3D 0 1A E4 3D 2E
Octal 56 112 274 114 75 0 32 344 75 56
Binary 101110 1001010 10111100 1001100 111101 0 11010 11100100 111101 101110

Color Harmonies of #2E4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4ABC

Black with #2E4ABC

Text Example


Text Example

White with #2E4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,188); }

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

background-color css

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

 a { background-color: rgb(46,74,188); }

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

border-color css

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

 span { border-color: rgb(46,74,188); }

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