Html Css Color HEX #363365 Deep Koamaru

📋 copy color: '#363365'

red 54 ◦ green 51 ◦ blue 101

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

Shades of Deep Koamaru #363365

Tints of Deep Koamaru #363365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 26.21%
G = 24.76%
B = 49.03%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363365 (or 0x363365) is known color: Deep Koamaru. HEX triplet: 36, 33 and 65. RGB value is (54,51,101). Sum of RGB (Red+Green+Blue) = 54+51+101=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #363365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363365 is #C9CC9A. Grayscale: #393939. Windows color (decimal): -13225115 or 6632246. OLE color: 6632246.

HSL color Cylindrical-coordinate representation of color #363365: hue angle of 243.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363365 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 51 101 -
CMYK 0.47 0.50 0 0.60
HSL 243.6º 0.33% 0.3% -
HSV(B) 243.6º 0.5% 0.4% -
XYZ 5.05 4.09 12.84 -
YUV 57.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 54 51 101 0.47 0.50 0 0.60 243.6 0.33 0.3
Hex 36 33 65 2F 32 0 3C F4 21 1E
Octal 66 63 145 57 62 0 74 364 41 36
Binary 110110 110011 1100101 101111 110010 0 111100 11110100 100001 11110

Color Harmonies of #363365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363365

Black with #363365

Text Example


Text Example

White with #363365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363365; }

 p { color: rgb(54,51,101); }

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

background-color css

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

 a { background-color: rgb(54,51,101); }

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

border-color css

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

 span { border-color: rgb(54,51,101); }

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