Html Css Color HEX #363270 Deep Koamaru

📋 copy color: '#363270'

red 54 ◦ green 50 ◦ blue 112

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

Shades of Deep Koamaru #363270

Tints of Deep Koamaru #363270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 25%
G = 23.15%
B = 51.85%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363270 (or 0x363270) is known color: Deep Koamaru. HEX triplet: 36, 32 and 70. RGB value is (54,50,112). Sum of RGB (Red+Green+Blue) = 54+50+112=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #363270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363270 is #C9CD8F. Grayscale: #3A3A3A. Windows color (decimal): -13225360 or 7352886. OLE color: 7352886.

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

Color convert

RGB 54 50 112 -
CMYK 0.52 0.55 0 0.56
HSL 243.87º 0.38% 0.32% -
HSV(B) 243.87º 0.55% 0.44% -
XYZ 5.59 4.24 15.85 -
YUV 58.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 54 50 112 0.52 0.55 0 0.56 243.87 0.38 0.32
Hex 36 32 70 34 37 0 38 F4 26 20
Octal 66 62 160 64 67 0 70 364 46 40
Binary 110110 110010 1110000 110100 110111 0 111000 11110100 100110 100000

Color Harmonies of #363270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363270

Black with #363270

Text Example


Text Example

White with #363270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363270; }

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

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

background-color css

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

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

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

border-color css

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

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

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