Html Css Color HEX #332F75 Deep Koamaru

📋 copy color: '#332F75'

red 51 ◦ green 47 ◦ blue 117

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

Shades of Deep Koamaru #332F75

Tints of Deep Koamaru #332F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

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

R = 23.72%
G = 21.86%
B = 54.42%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332F75 (or 0x332F75) is known color: Deep Koamaru. HEX triplet: 33, 2F and 75. RGB value is (51,47,117). Sum of RGB (Red+Green+Blue) = 51+47+117=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #332F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F75 is #CCD08A. Grayscale: #373737. Windows color (decimal): -13422731 or 7679795. OLE color: 7679795.

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

Color convert

RGB 51 47 117 -
CMYK 0.56 0.60 0 0.54
HSL 243.43º 0.43% 0.32% -
HSV(B) 243.43º 0.6% 0.46% -
XYZ 5.59 4.02 17.31 -
YUV 56.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 51 47 117 0.56 0.60 0 0.54 243.43 0.43 0.32
Hex 33 2F 75 38 3C 0 36 F3 2B 20
Octal 63 57 165 70 74 0 66 363 53 40
Binary 110011 101111 1110101 111000 111100 0 110110 11110011 101011 100000

Color Harmonies of #332F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F75

Black with #332F75

Text Example


Text Example

White with #332F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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