Html Css Color HEX #332D75 Deep Koamaru

📋 copy color: '#332D75'

red 51 ◦ green 45 ◦ blue 117

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

Shades of Deep Koamaru #332D75

Tints of Deep Koamaru #332D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 23.94%
G = 21.13%
B = 54.93%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332D75 (or 0x332D75) is known color: Deep Koamaru. HEX triplet: 33, 2D and 75. RGB value is (51,45,117). Sum of RGB (Red+Green+Blue) = 51+45+117=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #332D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D75 is #CCD28A. Grayscale: #363636. Windows color (decimal): -13423243 or 7679283. OLE color: 7679283.

HSL color Cylindrical-coordinate representation of color #332D75: hue angle of 245º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332D75 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 45 117 -
CMYK 0.56 0.62 0 0.54
HSL 245º 0.44% 0.32% -
HSV(B) 245º 0.62% 0.46% -
XYZ 5.51 3.86 17.28 -
YUV 55 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 51 45 117 0.56 0.62 0 0.54 245 0.44 0.32
Hex 33 2D 75 38 3E 0 36 F5 2C 20
Octal 63 55 165 70 76 0 66 365 54 40
Binary 110011 101101 1110101 111000 111110 0 110110 11110101 101100 100000

Color Harmonies of #332D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D75

Black with #332D75

Text Example


Text Example

White with #332D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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