Html Css Color HEX #2E5CAA Mariner

📋 copy color: '#2E5CAA'

red 46 ◦ green 92 ◦ blue 170

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

Shades of Mariner #2E5CAA

Tints of Mariner #2E5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 14.94%
G = 29.87%
B = 55.19%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E5CAA (or 0x2E5CAA) is known color: Mariner. HEX triplet: 2E, 5C and AA. RGB value is (46,92,170). Sum of RGB (Red+Green+Blue) = 46+92+170=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5CAA is #D1A355. Grayscale: #565656. Windows color (decimal): -13738838 or 11164718. OLE color: 11164718.

HSL color Cylindrical-coordinate representation of color #2E5CAA: hue angle of 217.74º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E5CAA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 92 170 -
CMYK 0.73 0.46 0 0.33
HSL 217.74º 0.57% 0.42% -
HSV(B) 217.74º 0.73% 0.67% -
XYZ 12.21 11.14 39.54 -
YUV 87.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 46 92 170 0.73 0.46 0 0.33 217.74 0.57 0.42
Hex 2E 5C AA 49 2E 0 21 DA 39 2A
Octal 56 134 252 111 56 0 41 332 71 52
Binary 101110 1011100 10101010 1001001 101110 0 100001 11011010 111001 101010

Color Harmonies of #2E5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5CAA

Black with #2E5CAA

Text Example


Text Example

White with #2E5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,170); }

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

background-color css

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

 a { background-color: rgb(46,92,170); }

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

border-color css

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

 span { border-color: rgb(46,92,170); }

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