Html Css Color HEX #36375B Deep Koamaru

📋 copy color: '#36375B'

red 54 ◦ green 55 ◦ blue 91

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

Shades of Deep Koamaru #36375B

Tints of Deep Koamaru #36375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 27%
G = 27.5%
B = 45.5%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36375B (or 0x36375B) is known color: Deep Koamaru. HEX triplet: 36, 37 and 5B. RGB value is (54,55,91). Sum of RGB (Red+Green+Blue) = 54+55+91=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #36375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36375B is #C9C8A4. Grayscale: #3A3A3A. Windows color (decimal): -13224101 or 5977910. OLE color: 5977910.

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

Color convert

RGB 54 55 91 -
CMYK 0.41 0.40 0 0.64
HSL 238.38º 0.26% 0.28% -
HSV(B) 238.38º 0.41% 0.36% -
XYZ 4.78 4.27 10.47 -
YUV 58.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 54 55 91 0.41 0.40 0 0.64 238.38 0.26 0.28
Hex 36 37 5B 29 28 0 40 EE 1A 1C
Octal 66 67 133 51 50 0 100 356 32 34
Binary 110110 110111 1011011 101001 101000 0 1000000 11101110 11010 11100

Color Harmonies of #36375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36375B

Black with #36375B

Text Example


Text Example

White with #36375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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