Html Css Color HEX #36385F Deep Koamaru

📋 copy color: '#36385F'

red 54 ◦ green 56 ◦ blue 95

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

Shades of Deep Koamaru #36385F

Tints of Deep Koamaru #36385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 26.34%
G = 27.32%
B = 46.34%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36385F (or 0x36385F) is known color: Deep Koamaru. HEX triplet: 36, 38 and 5F. RGB value is (54,56,95). Sum of RGB (Red+Green+Blue) = 54+56+95=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #36385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385F is #C9C7A0. Grayscale: #3B3B3B. Windows color (decimal): -13223841 or 6240310. OLE color: 6240310.

HSL color Cylindrical-coordinate representation of color #36385F: hue angle of 237.07º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36385F is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 56 95 -
CMYK 0.43 0.41 0 0.63
HSL 237.07º 0.28% 0.29% -
HSV(B) 237.07º 0.43% 0.37% -
XYZ 5 4.44 11.42 -
YUV 59.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 54 56 95 0.43 0.41 0 0.63 237.07 0.28 0.29
Hex 36 38 5F 2B 29 0 3F ED 1C 1D
Octal 66 70 137 53 51 0 77 355 34 35
Binary 110110 111000 1011111 101011 101001 0 111111 11101101 11100 11101

Color Harmonies of #36385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36385F

Black with #36385F

Text Example


Text Example

White with #36385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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