Html Css Color HEX #363768 Deep Koamaru

📋 copy color: '#363768'

red 54 ◦ green 55 ◦ blue 104

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

Shades of Deep Koamaru #363768

Tints of Deep Koamaru #363768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 25.35%
G = 25.82%
B = 48.83%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363768 (or 0x363768) is known color: Deep Koamaru. HEX triplet: 36, 37 and 68. RGB value is (54,55,104). Sum of RGB (Red+Green+Blue) = 54+55+104=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #363768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363768 is #C9C897. Grayscale: #3C3C3C. Windows color (decimal): -13224088 or 6829878. OLE color: 6829878.

HSL color Cylindrical-coordinate representation of color #363768: hue angle of 238.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363768 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 55 104 -
CMYK 0.48 0.47 0 0.59
HSL 238.8º 0.32% 0.31% -
HSV(B) 238.8º 0.48% 0.41% -
XYZ 5.39 4.52 13.68 -
YUV 60.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 54 55 104 0.48 0.47 0 0.59 238.8 0.32 0.31
Hex 36 37 68 30 2F 0 3B EF 20 1F
Octal 66 67 150 60 57 0 73 357 40 37
Binary 110110 110111 1101000 110000 101111 0 111011 11101111 100000 11111

Color Harmonies of #363768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363768

Black with #363768

Text Example


Text Example

White with #363768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363768; }

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

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

background-color css

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

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

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

border-color css

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

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

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