Html Css Color HEX #2E3361 Deep Koamaru

📋 copy color: '#2E3361'

red 46 ◦ green 51 ◦ blue 97

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

Shades of Deep Koamaru #2E3361

Tints of Deep Koamaru #2E3361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50%

R = 23.71%
G = 26.29%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E3361 (or 0x2E3361) is known color: Deep Koamaru. HEX triplet: 2E, 33 and 61. RGB value is (46,51,97). Sum of RGB (Red+Green+Blue) = 46+51+97=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E3361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3361 is #D1CC9E. Grayscale: #363636. Windows color (decimal): -13749407 or 6370094. OLE color: 6370094.

HSL color Cylindrical-coordinate representation of color #2E3361: hue angle of 234.12º 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 #2E3361 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 51 97 -
CMYK 0.53 0.47 0 0.62
HSL 234.12º 0.36% 0.28% -
HSV(B) 234.12º 0.53% 0.38% -
XYZ 4.47 3.81 11.81 -
YUV 54.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 46 51 97 0.53 0.47 0 0.62 234.12 0.36 0.28
Hex 2E 33 61 35 2F 0 3E EA 24 1C
Octal 56 63 141 65 57 0 76 352 44 34
Binary 101110 110011 1100001 110101 101111 0 111110 11101010 100100 11100

Color Harmonies of #2E3361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3361

Black with #2E3361

Text Example


Text Example

White with #2E3361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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