Html Css Color HEX #36385C Deep Koamaru

📋 copy color: '#36385C'

red 54 ◦ green 56 ◦ blue 92

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

Shades of Deep Koamaru #36385C

Tints of Deep Koamaru #36385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 26.73%
G = 27.72%
B = 45.54%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36385C (or 0x36385C) is known color: Deep Koamaru. HEX triplet: 36, 38 and 5C. RGB value is (54,56,92). Sum of RGB (Red+Green+Blue) = 54+56+92=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #36385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385C is #C9C7A3. Grayscale: #3B3B3B. Windows color (decimal): -13223844 or 6043702. OLE color: 6043702.

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

Color convert

RGB 54 56 92 -
CMYK 0.41 0.39 0 0.64
HSL 236.84º 0.26% 0.29% -
HSV(B) 236.84º 0.41% 0.36% -
XYZ 4.87 4.39 10.72 -
YUV 59.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 54 56 92 0.41 0.39 0 0.64 236.84 0.26 0.29
Hex 36 38 5C 29 27 0 40 ED 1A 1D
Octal 66 70 134 51 47 0 100 355 32 35
Binary 110110 111000 1011100 101001 100111 0 1000000 11101101 11010 11101

Color Harmonies of #36385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36385C

Black with #36385C

Text Example


Text Example

White with #36385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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