Html Css Color HEX #363864 Deep Koamaru

📋 copy color: '#363864'

red 54 ◦ green 56 ◦ blue 100

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

Shades of Deep Koamaru #363864

Tints of Deep Koamaru #363864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.62%

R = 25.71%
G = 26.67%
B = 47.62%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#363864 (or 0x363864) is known color: Deep Koamaru. HEX triplet: 36, 38 and 64. RGB value is (54,56,100). Sum of RGB (Red+Green+Blue) = 54+56+100=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #363864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363864 is #C9C79B. Grayscale: #3C3C3C. Windows color (decimal): -13223836 or 6567990. OLE color: 6567990.

HSL color Cylindrical-coordinate representation of color #363864: hue angle of 237.39º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363864 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 56 100 -
CMYK 0.46 0.44 0 0.61
HSL 237.39º 0.3% 0.3% -
HSV(B) 237.39º 0.46% 0.39% -
XYZ 5.24 4.53 12.66 -
YUV 60.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 54 56 100 0.46 0.44 0 0.61 237.39 0.3 0.3
Hex 36 38 64 2E 2C 0 3D ED 1E 1E
Octal 66 70 144 56 54 0 75 355 36 36
Binary 110110 111000 1100100 101110 101100 0 111101 11101101 11110 11110

Color Harmonies of #363864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363864

Black with #363864

Text Example


Text Example

White with #363864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363864; }

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

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

background-color css

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

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

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

border-color css

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

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

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