Html Css Color HEX #332E6B Deep Koamaru

📋 copy color: '#332E6B'

red 51 ◦ green 46 ◦ blue 107

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

Shades of Deep Koamaru #332E6B

Tints of Deep Koamaru #332E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 25%
G = 22.55%
B = 52.45%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#332E6B (or 0x332E6B) is known color: Deep Koamaru. HEX triplet: 33, 2E and 6B. RGB value is (51,46,107). Sum of RGB (Red+Green+Blue) = 51+46+107=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #332E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E6B is #CCD194. Grayscale: #363636. Windows color (decimal): -13422997 or 7024179. OLE color: 7024179.

HSL color Cylindrical-coordinate representation of color #332E6B: hue angle of 244.92º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #332E6B is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 46 107 -
CMYK 0.52 0.57 0 0.58
HSL 244.92º 0.4% 0.3% -
HSV(B) 244.92º 0.57% 0.42% -
XYZ 5 3.72 14.36 -
YUV 54.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 51 46 107 0.52 0.57 0 0.58 244.92 0.4 0.3
Hex 33 2E 6B 34 39 0 3A F5 28 1E
Octal 63 56 153 64 71 0 72 365 50 36
Binary 110011 101110 1101011 110100 111001 0 111010 11110101 101000 11110

Color Harmonies of #332E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E6B

Black with #332E6B

Text Example


Text Example

White with #332E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,107); }

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

background-color css

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

 a { background-color: rgb(51,46,107); }

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

border-color css

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

 span { border-color: rgb(51,46,107); }

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