Html Css Color HEX #36306B Deep Koamaru

📋 copy color: '#36306B'

red 54 ◦ green 48 ◦ blue 107

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

Shades of Deep Koamaru #36306B

Tints of Deep Koamaru #36306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.2%

R = 25.84%
G = 22.97%
B = 51.2%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36306B (or 0x36306B) is known color: Deep Koamaru. HEX triplet: 36, 30 and 6B. RGB value is (54,48,107). Sum of RGB (Red+Green+Blue) = 54+48+107=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #36306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36306B is #C9CF94. Grayscale: #383838. Windows color (decimal): -13225877 or 7024694. OLE color: 7024694.

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

Color convert

RGB 54 48 107 -
CMYK 0.50 0.55 0 0.58
HSL 246.1º 0.38% 0.3% -
HSV(B) 246.1º 0.55% 0.42% -
XYZ 5.23 3.96 14.4 -
YUV 56.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 54 48 107 0.50 0.55 0 0.58 246.1 0.38 0.3
Hex 36 30 6B 32 37 0 3A F6 26 1E
Octal 66 60 153 62 67 0 72 366 46 36
Binary 110110 110000 1101011 110010 110111 0 111010 11110110 100110 11110

Color Harmonies of #36306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36306B

Black with #36306B

Text Example


Text Example

White with #36306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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