Html Css Color HEX #363868 Deep Koamaru

📋 copy color: '#363868'

red 54 ◦ green 56 ◦ blue 104

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

Shades of Deep Koamaru #363868

Tints of Deep Koamaru #363868

RGB

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

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

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

R = 25.23%
G = 26.17%
B = 48.6%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363868 (or 0x363868) is known color: Deep Koamaru. HEX triplet: 36, 38 and 68. RGB value is (54,56,104). Sum of RGB (Red+Green+Blue) = 54+56+104=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #363868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363868 is #C9C797. Grayscale: #3C3C3C. Windows color (decimal): -13223832 or 6830134. OLE color: 6830134.

HSL color Cylindrical-coordinate representation of color #363868: hue angle of 237.6º 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 #363868 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 56 104 -
CMYK 0.48 0.46 0 0.59
HSL 237.6º 0.32% 0.31% -
HSV(B) 237.6º 0.48% 0.41% -
XYZ 5.43 4.61 13.7 -
YUV 60.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 54 56 104 0.48 0.46 0 0.59 237.6 0.32 0.31
Hex 36 38 68 30 2E 0 3B EE 20 1F
Octal 66 70 150 60 56 0 73 356 40 37
Binary 110110 111000 1101000 110000 101110 0 111011 11101110 100000 11111

Color Harmonies of #363868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363868

Black with #363868

Text Example


Text Example

White with #363868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363868; }

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

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

background-color css

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

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

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

border-color css

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

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

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