Html Css Color HEX #33356D Deep Koamaru

📋 copy color: '#33356D'

red 51 ◦ green 53 ◦ blue 109

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

Shades of Deep Koamaru #33356D

Tints of Deep Koamaru #33356D

RGB

 RED value IS 51 (20.31% from 255) = 23.94%

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 23.94%
G = 24.88%
B = 51.17%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33356D (or 0x33356D) is known color: Deep Koamaru. HEX triplet: 33, 35 and 6D. RGB value is (51,53,109). Sum of RGB (Red+Green+Blue) = 51+53+109=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #33356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33356D is #CCCA92. Grayscale: #3A3A3A. Windows color (decimal): -13421203 or 7157043. OLE color: 7157043.

HSL color Cylindrical-coordinate representation of color #33356D: hue angle of 237.93º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33356D is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 53 109 -
CMYK 0.53 0.51 0 0.57
HSL 237.93º 0.36% 0.31% -
HSV(B) 237.93º 0.53% 0.43% -
XYZ 5.4 4.35 15.02 -
YUV 58.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 51 53 109 0.53 0.51 0 0.57 237.93 0.36 0.31
Hex 33 35 6D 35 33 0 39 EE 24 1F
Octal 63 65 155 65 63 0 71 356 44 37
Binary 110011 110101 1101101 110101 110011 0 111001 11101110 100100 11111

Color Harmonies of #33356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33356D

Black with #33356D

Text Example


Text Example

White with #33356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33356D; }

 p { color: rgb(51,53,109); }

 H1.HeaderClassName
 {
   color: #33356D;
 }
 .AnyTagClassName
 {
   color: #33356D;
 }
</style>

background-color css

<style>
 a { background-color: #33356D; }

 a { background-color: rgb(51,53,109); }

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

border-color css

<style>
 span { border-color: #33356D; }

 span { border-color: rgb(51,53,109); }

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