Html Css Color HEX #363570 Deep Koamaru

📋 copy color: '#363570'

red 54 ◦ green 53 ◦ blue 112

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

Shades of Deep Koamaru #363570

Tints of Deep Koamaru #363570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 24.66%
G = 24.2%
B = 51.14%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363570 (or 0x363570) is known color: Deep Koamaru. HEX triplet: 36, 35 and 70. RGB value is (54,53,112). Sum of RGB (Red+Green+Blue) = 54+53+112=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #363570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363570 is #C9CA8F. Grayscale: #3B3B3B. Windows color (decimal): -13224592 or 7353654. OLE color: 7353654.

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

Color convert

RGB 54 53 112 -
CMYK 0.52 0.53 0 0.56
HSL 241.02º 0.36% 0.32% -
HSV(B) 241.02º 0.53% 0.44% -
XYZ 5.72 4.5 15.9 -
YUV 60.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 54 53 112 0.52 0.53 0 0.56 241.02 0.36 0.32
Hex 36 35 70 34 35 0 38 F1 24 20
Octal 66 65 160 64 65 0 70 361 44 40
Binary 110110 110101 1110000 110100 110101 0 111000 11110001 100100 100000

Color Harmonies of #363570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363570

Black with #363570

Text Example


Text Example

White with #363570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363570; }

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

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

background-color css

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

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

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

border-color css

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

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

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