Html Css Color HEX #2E356C Deep Koamaru

📋 copy color: '#2E356C'

red 46 ◦ green 53 ◦ blue 108

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

Shades of Deep Koamaru #2E356C

Tints of Deep Koamaru #2E356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 22.22%
G = 25.6%
B = 52.17%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E356C (or 0x2E356C) is known color: Deep Koamaru. HEX triplet: 2E, 35 and 6C. RGB value is (46,53,108). Sum of RGB (Red+Green+Blue) = 46+53+108=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E356C is #D1CA93. Grayscale: #383838. Windows color (decimal): -13748884 or 7091502. OLE color: 7091502.

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

Color convert

RGB 46 53 108 -
CMYK 0.57 0.51 0 0.58
HSL 233.23º 0.4% 0.3% -
HSV(B) 233.23º 0.57% 0.42% -
XYZ 5.11 4.21 14.73 -
YUV 57.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 46 53 108 0.57 0.51 0 0.58 233.23 0.4 0.3
Hex 2E 35 6C 39 33 0 3A E9 28 1E
Octal 56 65 154 71 63 0 72 351 50 36
Binary 101110 110101 1101100 111001 110011 0 111010 11101001 101000 11110

Color Harmonies of #2E356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E356C

Black with #2E356C

Text Example


Text Example

White with #2E356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,53,108); }

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

background-color css

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

 a { background-color: rgb(46,53,108); }

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

border-color css

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

 span { border-color: rgb(46,53,108); }

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