Html Css Color HEX #363070 Deep Koamaru

📋 copy color: '#363070'

red 54 ◦ green 48 ◦ blue 112

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

Shades of Deep Koamaru #363070

Tints of Deep Koamaru #363070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

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

R = 25.23%
G = 22.43%
B = 52.34%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363070 (or 0x363070) is known color: Deep Koamaru. HEX triplet: 36, 30 and 70. RGB value is (54,48,112). Sum of RGB (Red+Green+Blue) = 54+48+112=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #363070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363070 is #C9CF8F. Grayscale: #383838. Windows color (decimal): -13225872 or 7352374. OLE color: 7352374.

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

Color convert

RGB 54 48 112 -
CMYK 0.52 0.57 0 0.56
HSL 245.63º 0.4% 0.31% -
HSV(B) 245.63º 0.57% 0.44% -
XYZ 5.5 4.07 15.82 -
YUV 57.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 54 48 112 0.52 0.57 0 0.56 245.63 0.4 0.31
Hex 36 30 70 34 39 0 38 F6 28 1F
Octal 66 60 160 64 71 0 70 366 50 37
Binary 110110 110000 1110000 110100 111001 0 111000 11110110 101000 11111

Color Harmonies of #363070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363070

Black with #363070

Text Example


Text Example

White with #363070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363070; }

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

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

background-color css

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

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

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

border-color css

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

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

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