Html Css Color HEX #332D78 Deep Koamaru

📋 copy color: '#332D78'

red 51 ◦ green 45 ◦ blue 120

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

Shades of Deep Koamaru #332D78

Tints of Deep Koamaru #332D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.83%

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 23.61%
G = 20.83%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332D78 (or 0x332D78) is known color: Deep Koamaru. HEX triplet: 33, 2D and 78. RGB value is (51,45,120). Sum of RGB (Red+Green+Blue) = 51+45+120=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #332D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D78 is #CCD287. Grayscale: #373737. Windows color (decimal): -13423240 or 7875891. OLE color: 7875891.

HSL color Cylindrical-coordinate representation of color #332D78: hue angle of 244.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332D78 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 45 120 -
CMYK 0.58 0.63 0 0.53
HSL 244.8º 0.45% 0.32% -
HSV(B) 244.8º 0.63% 0.47% -
XYZ 5.69 3.94 18.23 -
YUV 55.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 51 45 120 0.58 0.63 0 0.53 244.8 0.45 0.32
Hex 33 2D 78 3A 3F 0 35 F5 2D 20
Octal 63 55 170 72 77 0 65 365 55 40
Binary 110011 101101 1111000 111010 111111 0 110101 11110101 101101 100000

Color Harmonies of #332D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D78

Black with #332D78

Text Example


Text Example

White with #332D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,120); }

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

background-color css

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

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

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

border-color css

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

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

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