Html Css Color HEX #33365B Deep Koamaru

📋 copy color: '#33365B'

red 51 ◦ green 54 ◦ blue 91

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

Shades of Deep Koamaru #33365B

Tints of Deep Koamaru #33365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.43%

R = 26.02%
G = 27.55%
B = 46.43%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33365B (or 0x33365B) is known color: Deep Koamaru. HEX triplet: 33, 36 and 5B. RGB value is (51,54,91). Sum of RGB (Red+Green+Blue) = 51+54+91=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #33365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33365B is #CCC9A4. Grayscale: #393939. Windows color (decimal): -13420965 or 5977651. OLE color: 5977651.

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

Color convert

RGB 51 54 91 -
CMYK 0.44 0.41 0 0.64
HSL 235.5º 0.28% 0.28% -
HSV(B) 235.5º 0.44% 0.36% -
XYZ 4.57 4.1 10.45 -
YUV 57.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 51 54 91 0.44 0.41 0 0.64 235.5 0.28 0.28
Hex 33 36 5B 2C 29 0 40 EC 1C 1C
Octal 63 66 133 54 51 0 100 354 34 34
Binary 110011 110110 1011011 101100 101001 0 1000000 11101100 11100 11100

Color Harmonies of #33365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33365B

Black with #33365B

Text Example


Text Example

White with #33365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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