Html Css Color HEX #33326C Deep Koamaru

📋 copy color: '#33326C'

red 51 ◦ green 50 ◦ blue 108

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

Shades of Deep Koamaru #33326C

Tints of Deep Koamaru #33326C

RGB

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

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

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

R = 24.4%
G = 23.92%
B = 51.67%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33326C (or 0x33326C) is known color: Deep Koamaru. HEX triplet: 33, 32 and 6C. RGB value is (51,50,108). Sum of RGB (Red+Green+Blue) = 51+50+108=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #33326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326C is #CCCD93. Grayscale: #383838. Windows color (decimal): -13421972 or 7090739. OLE color: 7090739.

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

Color convert

RGB 51 50 108 -
CMYK 0.53 0.54 0 0.58
HSL 241.03º 0.37% 0.31% -
HSV(B) 241.03º 0.54% 0.42% -
XYZ 5.21 4.07 14.7 -
YUV 56.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 51 50 108 0.53 0.54 0 0.58 241.03 0.37 0.31
Hex 33 32 6C 35 36 0 3A F1 25 1F
Octal 63 62 154 65 66 0 72 361 45 37
Binary 110011 110010 1101100 110101 110110 0 111010 11110001 100101 11111

Color Harmonies of #33326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33326C

Black with #33326C

Text Example


Text Example

White with #33326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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