Html Css Color HEX #332974 Deep Koamaru

📋 copy color: '#332974'

red 51 ◦ green 41 ◦ blue 116

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

Shades of Deep Koamaru #332974

Tints of Deep Koamaru #332974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 24.52%
G = 19.71%
B = 55.77%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#332974 (or 0x332974) is known color: Deep Koamaru. HEX triplet: 33, 29 and 74. RGB value is (51,41,116). Sum of RGB (Red+Green+Blue) = 51+41+116=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #332974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332974 is #CCD68B. Grayscale: #343434. Windows color (decimal): -13424268 or 7612723. OLE color: 7612723.

HSL color Cylindrical-coordinate representation of color #332974: hue angle of 248º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332974 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 41 116 -
CMYK 0.56 0.65 0 0.55
HSL 248º 0.48% 0.31% -
HSV(B) 248º 0.65% 0.45% -
XYZ 5.31 3.55 16.93 -
YUV 52.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 51 41 116 0.56 0.65 0 0.55 248 0.48 0.31
Hex 33 29 74 38 41 0 37 F8 30 1F
Octal 63 51 164 70 101 0 67 370 60 37
Binary 110011 101001 1110100 111000 1000001 0 110111 11111000 110000 11111

Color Harmonies of #332974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332974

Black with #332974

Text Example


Text Example

White with #332974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332974; }

 p { color: rgb(51,41,116); }

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

background-color css

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

 a { background-color: rgb(51,41,116); }

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

border-color css

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

 span { border-color: rgb(51,41,116); }

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