Html Css Color HEX #36306C Deep Koamaru

📋 copy color: '#36306C'

red 54 ◦ green 48 ◦ blue 108

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

Shades of Deep Koamaru #36306C

Tints of Deep Koamaru #36306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 25.71%
G = 22.86%
B = 51.43%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36306C (or 0x36306C) is known color: Deep Koamaru. HEX triplet: 36, 30 and 6C. RGB value is (54,48,108). Sum of RGB (Red+Green+Blue) = 54+48+108=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #36306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36306C is #C9CF93. Grayscale: #383838. Windows color (decimal): -13225876 or 7090230. OLE color: 7090230.

HSL color Cylindrical-coordinate representation of color #36306C: hue angle of 246º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36306C is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 48 108 -
CMYK 0.50 0.56 0 0.58
HSL 246º 0.38% 0.31% -
HSV(B) 246º 0.56% 0.42% -
XYZ 5.29 3.98 14.68 -
YUV 56.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 54 48 108 0.50 0.56 0 0.58 246 0.38 0.31
Hex 36 30 6C 32 38 0 3A F6 26 1F
Octal 66 60 154 62 70 0 72 366 46 37
Binary 110110 110000 1101100 110010 111000 0 111010 11110110 100110 11111

Color Harmonies of #36306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36306C

Black with #36306C

Text Example


Text Example

White with #36306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,48,108); }

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

background-color css

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

 a { background-color: rgb(54,48,108); }

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

border-color css

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

 span { border-color: rgb(54,48,108); }

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