Html Css Color HEX #33365D Deep Koamaru

📋 copy color: '#33365D'

red 51 ◦ green 54 ◦ blue 93

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

Shades of Deep Koamaru #33365D

Tints of Deep Koamaru #33365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 25.76%
G = 27.27%
B = 46.97%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33365D (or 0x33365D) is known color: Deep Koamaru. HEX triplet: 33, 36 and 5D. RGB value is (51,54,93). Sum of RGB (Red+Green+Blue) = 51+54+93=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #33365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33365D is #CCC9A2. Grayscale: #393939. Windows color (decimal): -13420963 or 6108723. OLE color: 6108723.

HSL color Cylindrical-coordinate representation of color #33365D: hue angle of 235.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33365D is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 54 93 -
CMYK 0.45 0.42 0 0.64
HSL 235.71º 0.29% 0.28% -
HSV(B) 235.71º 0.45% 0.36% -
XYZ 4.66 4.13 10.91 -
YUV 57.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 51 54 93 0.45 0.42 0 0.64 235.71 0.29 0.28
Hex 33 36 5D 2D 2A 0 40 EC 1D 1C
Octal 63 66 135 55 52 0 100 354 35 34
Binary 110011 110110 1011101 101101 101010 0 1000000 11101100 11101 11100

Color Harmonies of #33365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33365D

Black with #33365D

Text Example


Text Example

White with #33365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33365D; }

 p { color: rgb(51,54,93); }

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

background-color css

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

 a { background-color: rgb(51,54,93); }

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

border-color css

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

 span { border-color: rgb(51,54,93); }

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