Html Css Color HEX #363260 Deep Koamaru

📋 copy color: '#363260'

red 54 ◦ green 50 ◦ blue 96

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

Shades of Deep Koamaru #363260

Tints of Deep Koamaru #363260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 27%
G = 25%
B = 48%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363260 (or 0x363260) is known color: Deep Koamaru. HEX triplet: 36, 32 and 60. RGB value is (54,50,96). Sum of RGB (Red+Green+Blue) = 54+50+96=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #363260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363260 is #C9CD9F. Grayscale: #383838. Windows color (decimal): -13225376 or 6304310. OLE color: 6304310.

HSL color Cylindrical-coordinate representation of color #363260: hue angle of 245.22º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363260 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 50 96 -
CMYK 0.44 0.48 0 0.62
HSL 245.22º 0.32% 0.29% -
HSV(B) 245.22º 0.48% 0.38% -
XYZ 4.77 3.91 11.57 -
YUV 56.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 54 50 96 0.44 0.48 0 0.62 245.22 0.32 0.29
Hex 36 32 60 2C 30 0 3E F5 20 1D
Octal 66 62 140 54 60 0 76 365 40 35
Binary 110110 110010 1100000 101100 110000 0 111110 11110101 100000 11101

Color Harmonies of #363260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363260

Black with #363260

Text Example


Text Example

White with #363260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363260; }

 p { color: rgb(54,50,96); }

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

background-color css

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

 a { background-color: rgb(54,50,96); }

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

border-color css

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

 span { border-color: rgb(54,50,96); }

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