Html Css Color HEX #36385A Deep Koamaru

📋 copy color: '#36385A'

red 54 ◦ green 56 ◦ blue 90

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

Shades of Deep Koamaru #36385A

Tints of Deep Koamaru #36385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45%

R = 27%
G = 28%
B = 45%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36385A (or 0x36385A) is known color: Deep Koamaru. HEX triplet: 36, 38 and 5A. RGB value is (54,56,90). Sum of RGB (Red+Green+Blue) = 54+56+90=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #36385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385A is #C9C7A5. Grayscale: #3B3B3B. Windows color (decimal): -13223846 or 5912630. OLE color: 5912630.

HSL color Cylindrical-coordinate representation of color #36385A: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36385A is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 56 90 -
CMYK 0.40 0.38 0 0.65
HSL 236.67º 0.25% 0.28% -
HSV(B) 236.67º 0.4% 0.35% -
XYZ 4.78 4.35 10.26 -
YUV 59.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 54 56 90 0.40 0.38 0 0.65 236.67 0.25 0.28
Hex 36 38 5A 28 26 0 41 ED 19 1C
Octal 66 70 132 50 46 0 101 355 31 34
Binary 110110 111000 1011010 101000 100110 0 1000001 11101101 11001 11100

Color Harmonies of #36385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36385A

Black with #36385A

Text Example


Text Example

White with #36385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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