#332D75

Color #332D75 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #332D75

Tints of Deep Koamaru #332D75

Color information

#332D75 (or 0x332D75) is unknown color: approx 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

RGB5145117-
CMYK0.560.6200.54
HSL245º44.44%31.76%-
HSV(B)245º61.54%45.88%-
XYZ5.513.8617.28-
YUV55162.99125.15-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51451170.560.6200.5424544.4431.76
Hex332D75383E036f52c20
Octal635516570760663655440
Binary1100111011011110101111000111110011011011110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>