Html Css Color HEX #36385D Deep Koamaru

📋 copy color: '#36385D'

red 54 ◦ green 56 ◦ blue 93

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

Shades of Deep Koamaru #36385D

Tints of Deep Koamaru #36385D

RGB

 RED value IS 54 (21.48% from 255) = 26.6%

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 26.6%
G = 27.59%
B = 45.81%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36385D (or 0x36385D) is known color: Deep Koamaru. HEX triplet: 36, 38 and 5D. RGB value is (54,56,93). Sum of RGB (Red+Green+Blue) = 54+56+93=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #36385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385D is #C9C7A2. Grayscale: #3B3B3B. Windows color (decimal): -13223843 or 6109238. OLE color: 6109238.

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

Color convert

RGB 54 56 93 -
CMYK 0.42 0.40 0 0.64
HSL 236.92º 0.27% 0.29% -
HSV(B) 236.92º 0.42% 0.36% -
XYZ 4.91 4.4 10.95 -
YUV 59.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 54 56 93 0.42 0.40 0 0.64 236.92 0.27 0.29
Hex 36 38 5D 2A 28 0 40 ED 1B 1D
Octal 66 70 135 52 50 0 100 355 33 35
Binary 110110 111000 1011101 101010 101000 0 1000000 11101101 11011 11101

Color Harmonies of #36385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36385D

Black with #36385D

Text Example


Text Example

White with #36385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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