Html Css Color HEX #363064 Deep Koamaru

📋 copy color: '#363064'

red 54 ◦ green 48 ◦ blue 100

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

Shades of Deep Koamaru #363064

Tints of Deep Koamaru #363064

RGB

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

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

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

R = 26.73%
G = 23.76%
B = 49.5%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#363064 (or 0x363064) is known color: Deep Koamaru. HEX triplet: 36, 30 and 64. RGB value is (54,48,100). Sum of RGB (Red+Green+Blue) = 54+48+100=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #363064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363064 is #C9CF9B. Grayscale: #373737. Windows color (decimal): -13225884 or 6565942. OLE color: 6565942.

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

Color convert

RGB 54 48 100 -
CMYK 0.46 0.52 0 0.61
HSL 246.92º 0.35% 0.29% -
HSV(B) 246.92º 0.52% 0.39% -
XYZ 4.88 3.82 12.54 -
YUV 55.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 54 48 100 0.46 0.52 0 0.61 246.92 0.35 0.29
Hex 36 30 64 2E 34 0 3D F7 23 1D
Octal 66 60 144 56 64 0 75 367 43 35
Binary 110110 110000 1100100 101110 110100 0 111101 11110111 100011 11101

Color Harmonies of #363064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363064

Black with #363064

Text Example


Text Example

White with #363064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363064; }

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

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

background-color css

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

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

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

border-color css

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

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

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