Html Css Color HEX #2E336D Deep Koamaru

📋 copy color: '#2E336D'

red 46 ◦ green 51 ◦ blue 109

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

Shades of Deep Koamaru #2E336D

Tints of Deep Koamaru #2E336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 22.33%
G = 24.76%
B = 52.91%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E336D (or 0x2E336D) is known color: Deep Koamaru. HEX triplet: 2E, 33 and 6D. RGB value is (46,51,109). Sum of RGB (Red+Green+Blue) = 46+51+109=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E336D is #D1CC92. Grayscale: #373737. Windows color (decimal): -13749395 or 7156526. OLE color: 7156526.

HSL color Cylindrical-coordinate representation of color #2E336D: hue angle of 235.24º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E336D is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 51 109 -
CMYK 0.58 0.53 0 0.57
HSL 235.24º 0.41% 0.3% -
HSV(B) 235.24º 0.58% 0.43% -
XYZ 5.07 4.05 14.98 -
YUV 56.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 46 51 109 0.58 0.53 0 0.57 235.24 0.41 0.3
Hex 2E 33 6D 3A 35 0 39 EB 29 1E
Octal 56 63 155 72 65 0 71 353 51 36
Binary 101110 110011 1101101 111010 110101 0 111001 11101011 101001 11110

Color Harmonies of #2E336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E336D

Black with #2E336D

Text Example


Text Example

White with #2E336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,109); }

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

background-color css

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

 a { background-color: rgb(46,51,109); }

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

border-color css

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

 span { border-color: rgb(46,51,109); }

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