Html Css Color HEX #2E46AF Cerulean Blue

📋 copy color: '#2E46AF'

red 46 ◦ green 70 ◦ blue 175

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

Shades of Cerulean Blue #2E46AF

Tints of Cerulean Blue #2E46AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 15.81%
G = 24.05%
B = 60.14%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2E46AF (or 0x2E46AF) is known color: Cerulean Blue. HEX triplet: 2E, 46 and AF. RGB value is (46,70,175). Sum of RGB (Red+Green+Blue) = 46+70+175=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E46AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E46AF is #D1B950. Grayscale: #4A4A4A. Windows color (decimal): -13744465 or 11486766. OLE color: 11486766.

HSL color Cylindrical-coordinate representation of color #2E46AF: hue angle of 228.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E46AF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 70 175 -
CMYK 0.74 0.60 0 0.31
HSL 228.84º 0.58% 0.43% -
HSV(B) 228.84º 0.74% 0.69% -
XYZ 11.05 8.06 41.53 -
YUV 74.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 46 70 175 0.74 0.60 0 0.31 228.84 0.58 0.43
Hex 2E 46 AF 4A 3C 0 1F E5 3A 2B
Octal 56 106 257 112 74 0 37 345 72 53
Binary 101110 1000110 10101111 1001010 111100 0 11111 11100101 111010 101011

Color Harmonies of #2E46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E46AF

Black with #2E46AF

Text Example


Text Example

White with #2E46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,175); }

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

background-color css

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

 a { background-color: rgb(46,70,175); }

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

border-color css

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

 span { border-color: rgb(46,70,175); }

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