Html Css Color HEX #363465 Deep Koamaru

📋 copy color: '#363465'

red 54 ◦ green 52 ◦ blue 101

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

Shades of Deep Koamaru #363465

Tints of Deep Koamaru #363465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 26.09%
G = 25.12%
B = 48.79%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363465 (or 0x363465) is known color: Deep Koamaru. HEX triplet: 36, 34 and 65. RGB value is (54,52,101). Sum of RGB (Red+Green+Blue) = 54+52+101=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #363465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363465 is #C9CB9A. Grayscale: #393939. Windows color (decimal): -13224859 or 6632502. OLE color: 6632502.

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

Color convert

RGB 54 52 101 -
CMYK 0.47 0.49 0 0.60
HSL 242.45º 0.32% 0.3% -
HSV(B) 242.45º 0.49% 0.4% -
XYZ 5.1 4.18 12.85 -
YUV 58.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 54 52 101 0.47 0.49 0 0.60 242.45 0.32 0.3
Hex 36 34 65 2F 31 0 3C F2 20 1E
Octal 66 64 145 57 61 0 74 362 40 36
Binary 110110 110100 1100101 101111 110001 0 111100 11110010 100000 11110

Color Harmonies of #363465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363465

Black with #363465

Text Example


Text Example

White with #363465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363465; }

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

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

background-color css

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

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

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

border-color css

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

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

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