Html Css Color HEX #333366 Deep Koamaru

📋 copy color: '#333366'

red 51 ◦ green 51 ◦ blue 102

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

Shades of Deep Koamaru #333366

Tints of Deep Koamaru #333366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#333366 (or 0x333366) is known color: Deep Koamaru. HEX triplet: 33, 33 and 66. RGB value is (51,51,102). Sum of RGB (Red+Green+Blue) = 51+51+102=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #333366 is a web safe color. Inversed color of #333366 is #CCCC99. Grayscale: #383838. Windows color (decimal): -13421722 or 6697779. OLE color: 6697779.

HSL color Cylindrical-coordinate representation of color #333366: hue angle of 240º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #333366 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 51 102 -
CMYK 0.5 0.5 0 0.6
HSL 240º 0.33% 0.3% -
HSV(B) 240º 0.5% 0.4% -
XYZ 4.95 4.03 13.09 -
YUV 56.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 51 51 102 0.5 0.5 0 0.6 240 0.33 0.3
Hex 33 33 66 32 32 0 3C F0 21 1E
Octal 63 63 146 62 62 0 74 360 41 36
Binary 110011 110011 1100110 110010 110010 0 111100 11110000 100001 11110

Color Harmonies of #333366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333366

Black with #333366

Text Example


Text Example

White with #333366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333366; }

 p { color: rgb(51,51,102); }

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

background-color css

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

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

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

border-color css

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

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

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