Html Css Color HEX #332C75 Deep Koamaru

📋 copy color: '#332C75'

red 51 ◦ green 44 ◦ blue 117

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

Shades of Deep Koamaru #332C75

Tints of Deep Koamaru #332C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

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

R = 24.06%
G = 20.75%
B = 55.19%

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

#332C75 (or 0x332C75) is known color: Deep Koamaru. HEX triplet: 33, 2C and 75. RGB value is (51,44,117). Sum of RGB (Red+Green+Blue) = 51+44+117=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #332C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C75 is #CCD38A. Grayscale: #363636. Windows color (decimal): -13423499 or 7679027. OLE color: 7679027.

HSL color Cylindrical-coordinate representation of color #332C75: hue angle of 245.75º degrees, saturation: 0.45, 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 #332C75 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 44 117 -
CMYK 0.56 0.62 0 0.54
HSL 245.75º 0.45% 0.32% -
HSV(B) 245.75º 0.62% 0.46% -
XYZ 5.48 3.79 17.27 -
YUV 54.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 51 44 117 0.56 0.62 0 0.54 245.75 0.45 0.32
Hex 33 2C 75 38 3E 0 36 F6 2D 20
Octal 63 54 165 70 76 0 66 366 55 40
Binary 110011 101100 1110101 111000 111110 0 110110 11110110 101101 100000

Color Harmonies of #332C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C75

Black with #332C75

Text Example


Text Example

White with #332C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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