Html Css Color HEX #33356C Deep Koamaru

📋 copy color: '#33356C'

red 51 ◦ green 53 ◦ blue 108

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

Shades of Deep Koamaru #33356C

Tints of Deep Koamaru #33356C

RGB

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

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

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

R = 24.06%
G = 25%
B = 50.94%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33356C (or 0x33356C) is known color: Deep Koamaru. HEX triplet: 33, 35 and 6C. RGB value is (51,53,108). Sum of RGB (Red+Green+Blue) = 51+53+108=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #33356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33356C is #CCCA93. Grayscale: #3A3A3A. Windows color (decimal): -13421204 or 7091507. OLE color: 7091507.

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

Color convert

RGB 51 53 108 -
CMYK 0.53 0.51 0 0.58
HSL 237.89º 0.36% 0.31% -
HSV(B) 237.89º 0.53% 0.42% -
XYZ 5.35 4.33 14.74 -
YUV 58.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 51 53 108 0.53 0.51 0 0.58 237.89 0.36 0.31
Hex 33 35 6C 35 33 0 3A EE 24 1F
Octal 63 65 154 65 63 0 72 356 44 37
Binary 110011 110101 1101100 110101 110011 0 111010 11101110 100100 11111

Color Harmonies of #33356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33356C

Black with #33356C

Text Example


Text Example

White with #33356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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