Html Css Color HEX #2E3162 Deep Koamaru

📋 copy color: '#2E3162'

red 46 ◦ green 49 ◦ blue 98

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

Shades of Deep Koamaru #2E3162

Tints of Deep Koamaru #2E3162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 23.83%
G = 25.39%
B = 50.78%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E3162 (or 0x2E3162) is known color: Deep Koamaru. HEX triplet: 2E, 31 and 62. RGB value is (46,49,98). Sum of RGB (Red+Green+Blue) = 46+49+98=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3162 is #D1CE9D. Grayscale: #353535. Windows color (decimal): -13749918 or 6435118. OLE color: 6435118.

HSL color Cylindrical-coordinate representation of color #2E3162: hue angle of 236.54º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E3162 is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 49 98 -
CMYK 0.53 0.5 0 0.62
HSL 236.54º 0.36% 0.28% -
HSV(B) 236.54º 0.53% 0.38% -
XYZ 4.43 3.66 12.03 -
YUV 53.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 46 49 98 0.53 0.5 0 0.62 236.54 0.36 0.28
Hex 2E 31 62 35 32 0 3E ED 24 1C
Octal 56 61 142 65 62 0 76 355 44 34
Binary 101110 110001 1100010 110101 110010 0 111110 11101101 100100 11100

Color Harmonies of #2E3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3162

Black with #2E3162

Text Example


Text Example

White with #2E3162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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