Html Css Color HEX #332F6D Deep Koamaru

📋 copy color: '#332F6D'

red 51 ◦ green 47 ◦ blue 109

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

Shades of Deep Koamaru #332F6D

Tints of Deep Koamaru #332F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 24.64%
G = 22.71%
B = 52.66%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#332F6D (or 0x332F6D) is known color: Deep Koamaru. HEX triplet: 33, 2F and 6D. RGB value is (51,47,109). Sum of RGB (Red+Green+Blue) = 51+47+109=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #332F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F6D is #CCD092. Grayscale: #373737. Windows color (decimal): -13422739 or 7155507. OLE color: 7155507.

HSL color Cylindrical-coordinate representation of color #332F6D: hue angle of 243.87º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #332F6D is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 47 109 -
CMYK 0.53 0.57 0 0.57
HSL 243.87º 0.4% 0.31% -
HSV(B) 243.87º 0.57% 0.43% -
XYZ 5.14 3.84 14.94 -
YUV 55.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 51 47 109 0.53 0.57 0 0.57 243.87 0.4 0.31
Hex 33 2F 6D 35 39 0 39 F4 28 1F
Octal 63 57 155 65 71 0 71 364 50 37
Binary 110011 101111 1101101 110101 111001 0 111001 11110100 101000 11111

Color Harmonies of #332F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F6D

Black with #332F6D

Text Example


Text Example

White with #332F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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