Html Css Color HEX #2E2875 Deep Koamaru

📋 copy color: '#2E2875'

red 46 ◦ green 40 ◦ blue 117

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

Shades of Deep Koamaru #2E2875

Tints of Deep Koamaru #2E2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 22.66%
G = 19.7%
B = 57.64%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E2875 (or 0x2E2875) is known color: Deep Koamaru. HEX triplet: 2E, 28 and 75. RGB value is (46,40,117). Sum of RGB (Red+Green+Blue) = 46+40+117=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2875 is #D1D78A. Grayscale: #323232. Windows color (decimal): -13752203 or 7677998. OLE color: 7677998.

HSL color Cylindrical-coordinate representation of color #2E2875: hue angle of 244.68º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2875 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 40 117 -
CMYK 0.61 0.66 0 0.54
HSL 244.68º 0.49% 0.31% -
HSV(B) 244.68º 0.66% 0.46% -
XYZ 5.1 3.38 17.21 -
YUV 50.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 46 40 117 0.61 0.66 0 0.54 244.68 0.49 0.31
Hex 2E 28 75 3D 42 0 36 F5 31 1F
Octal 56 50 165 75 102 0 66 365 61 37
Binary 101110 101000 1110101 111101 1000010 0 110110 11110101 110001 11111

Color Harmonies of #2E2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2875

Black with #2E2875

Text Example


Text Example

White with #2E2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,117); }

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

background-color css

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

 a { background-color: rgb(46,40,117); }

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

border-color css

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

 span { border-color: rgb(46,40,117); }

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