Html Css Color HEX #332A77 Deep Koamaru

📋 copy color: '#332A77'

red 51 ◦ green 42 ◦ blue 119

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

Shades of Deep Koamaru #332A77

Tints of Deep Koamaru #332A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.81%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 24.06%
G = 19.81%
B = 56.13%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332A77 (or 0x332A77) is known color: Deep Koamaru. HEX triplet: 33, 2A and 77. RGB value is (51,42,119). Sum of RGB (Red+Green+Blue) = 51+42+119=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #332A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A77 is #CCD588. Grayscale: #353535. Windows color (decimal): -13424009 or 7809587. OLE color: 7809587.

HSL color Cylindrical-coordinate representation of color #332A77: hue angle of 247.01º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332A77 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 42 119 -
CMYK 0.57 0.65 0 0.53
HSL 247.01º 0.48% 0.32% -
HSV(B) 247.01º 0.65% 0.47% -
XYZ 5.52 3.69 17.87 -
YUV 53.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 51 42 119 0.57 0.65 0 0.53 247.01 0.48 0.32
Hex 33 2A 77 39 41 0 35 F7 30 20
Octal 63 52 167 71 101 0 65 367 60 40
Binary 110011 101010 1110111 111001 1000001 0 110101 11110111 110000 100000

Color Harmonies of #332A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A77

Black with #332A77

Text Example


Text Example

White with #332A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,42,119); }

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

background-color css

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

 a { background-color: rgb(51,42,119); }

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

border-color css

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

 span { border-color: rgb(51,42,119); }

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