Html Css Color HEX #2E3061 Deep Koamaru

📋 copy color: '#2E3061'

red 46 ◦ green 48 ◦ blue 97

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

Shades of Deep Koamaru #2E3061

Tints of Deep Koamaru #2E3061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

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

R = 24.08%
G = 25.13%
B = 50.79%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E3061 (or 0x2E3061) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 61. RGB value is (46,48,97). Sum of RGB (Red+Green+Blue) = 46+48+97=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3061 is #D1CF9E. Grayscale: #343434. Windows color (decimal): -13750175 or 6369326. OLE color: 6369326.

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

Color convert

RGB 46 48 97 -
CMYK 0.53 0.51 0 0.62
HSL 237.65º 0.36% 0.28% -
HSV(B) 237.65º 0.53% 0.38% -
XYZ 4.34 3.56 11.77 -
YUV 52.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 46 48 97 0.53 0.51 0 0.62 237.65 0.36 0.28
Hex 2E 30 61 35 33 0 3E EE 24 1C
Octal 56 60 141 65 63 0 76 356 44 34
Binary 101110 110000 1100001 110101 110011 0 111110 11101110 100100 11100

Color Harmonies of #2E3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3061

Black with #2E3061

Text Example


Text Example

White with #2E3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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