Html Css Color HEX #2E3272 Deep Koamaru

📋 copy color: '#2E3272'

red 46 ◦ green 50 ◦ blue 114

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

Shades of Deep Koamaru #2E3272

Tints of Deep Koamaru #2E3272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 114 (44.92% from 255) = 54.29%

R = 21.9%
G = 23.81%
B = 54.29%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E3272 (or 0x2E3272) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 72. RGB value is (46,50,114). Sum of RGB (Red+Green+Blue) = 46+50+114=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3272 is #D1CD8D. Grayscale: #373737. Windows color (decimal): -13749646 or 7483950. OLE color: 7483950.

HSL color Cylindrical-coordinate representation of color #2E3272: hue angle of 236.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3272 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 50 114 -
CMYK 0.60 0.56 0 0.55
HSL 236.47º 0.43% 0.31% -
HSV(B) 236.47º 0.6% 0.45% -
XYZ 5.3 4.08 16.43 -
YUV 56.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 46 50 114 0.60 0.56 0 0.55 236.47 0.43 0.31
Hex 2E 32 72 3C 38 0 37 EC 2A 1F
Octal 56 62 162 74 70 0 67 354 52 37
Binary 101110 110010 1110010 111100 111000 0 110111 11101100 101010 11111

Color Harmonies of #2E3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3272

Black with #2E3272

Text Example


Text Example

White with #2E3272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,114); }

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

background-color css

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

 a { background-color: rgb(46,50,114); }

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

border-color css

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

 span { border-color: rgb(46,50,114); }

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