Html Css Color HEX #363765 Deep Koamaru

📋 copy color: '#363765'

red 54 ◦ green 55 ◦ blue 101

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

Shades of Deep Koamaru #363765

Tints of Deep Koamaru #363765

RGB

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

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

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

R = 25.71%
G = 26.19%
B = 48.1%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363765 (or 0x363765) is known color: Deep Koamaru. HEX triplet: 36, 37 and 65. RGB value is (54,55,101). Sum of RGB (Red+Green+Blue) = 54+55+101=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #363765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363765 is #C9C89A. Grayscale: #3B3B3B. Windows color (decimal): -13224091 or 6633270. OLE color: 6633270.

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

Color convert

RGB 54 55 101 -
CMYK 0.47 0.46 0 0.60
HSL 238.72º 0.3% 0.3% -
HSV(B) 238.72º 0.47% 0.4% -
XYZ 5.24 4.46 12.9 -
YUV 59.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 54 55 101 0.47 0.46 0 0.60 238.72 0.3 0.3
Hex 36 37 65 2F 2E 0 3C EF 1E 1E
Octal 66 67 145 57 56 0 74 357 36 36
Binary 110110 110111 1100101 101111 101110 0 111100 11101111 11110 11110

Color Harmonies of #363765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363765

Black with #363765

Text Example


Text Example

White with #363765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363765; }

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

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

background-color css

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

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

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

border-color css

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

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

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