Html Css Color HEX #332E66 Deep Koamaru

📋 copy color: '#332E66'

red 51 ◦ green 46 ◦ blue 102

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

Shades of Deep Koamaru #332E66

Tints of Deep Koamaru #332E66

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

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

R = 25.63%
G = 23.12%
B = 51.26%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#332E66 (or 0x332E66) is known color: Deep Koamaru. HEX triplet: 33, 2E and 66. RGB value is (51,46,102). Sum of RGB (Red+Green+Blue) = 51+46+102=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #332E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E66 is #CCD199. Grayscale: #353535. Windows color (decimal): -13423002 or 6696499. OLE color: 6696499.

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

Color convert

RGB 51 46 102 -
CMYK 0.5 0.55 0 0.6
HSL 245.36º 0.38% 0.29% -
HSV(B) 245.36º 0.55% 0.4% -
XYZ 4.74 3.62 13.02 -
YUV 53.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 51 46 102 0.5 0.55 0 0.6 245.36 0.38 0.29
Hex 33 2E 66 32 37 0 3C F5 26 1D
Octal 63 56 146 62 67 0 74 365 46 35
Binary 110011 101110 1100110 110010 110111 0 111100 11110101 100110 11101

Color Harmonies of #332E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E66

Black with #332E66

Text Example


Text Example

White with #332E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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