Html Css Color HEX #363071 Deep Koamaru

📋 copy color: '#363071'

red 54 ◦ green 48 ◦ blue 113

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

Shades of Deep Koamaru #363071

Tints of Deep Koamaru #363071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 25.12%
G = 22.33%
B = 52.56%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363071 (or 0x363071) is known color: Deep Koamaru. HEX triplet: 36, 30 and 71. RGB value is (54,48,113). Sum of RGB (Red+Green+Blue) = 54+48+113=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #363071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363071 is #C9CF8E. Grayscale: #383838. Windows color (decimal): -13225871 or 7417910. OLE color: 7417910.

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

Color convert

RGB 54 48 113 -
CMYK 0.52 0.58 0 0.56
HSL 245.54º 0.4% 0.32% -
HSV(B) 245.54º 0.58% 0.44% -
XYZ 5.56 4.09 16.12 -
YUV 57.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 54 48 113 0.52 0.58 0 0.56 245.54 0.4 0.32
Hex 36 30 71 34 3A 0 38 F6 28 20
Octal 66 60 161 64 72 0 70 366 50 40
Binary 110110 110000 1110001 110100 111010 0 111000 11110110 101000 100000

Color Harmonies of #363071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363071

Black with #363071

Text Example


Text Example

White with #363071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363071; }

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

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

background-color css

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

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

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

border-color css

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

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

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