Html Css Color HEX #363572 Deep Koamaru

📋 copy color: '#363572'

red 54 ◦ green 53 ◦ blue 114

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

Shades of Deep Koamaru #363572

Tints of Deep Koamaru #363572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 24.43%
G = 23.98%
B = 51.58%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363572 (or 0x363572) is known color: Deep Koamaru. HEX triplet: 36, 35 and 72. RGB value is (54,53,114). Sum of RGB (Red+Green+Blue) = 54+53+114=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #363572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363572 is #C9CA8D. Grayscale: #3C3C3C. Windows color (decimal): -13224590 or 7484726. OLE color: 7484726.

HSL color Cylindrical-coordinate representation of color #363572: hue angle of 240.98º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363572 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 53 114 -
CMYK 0.53 0.54 0 0.55
HSL 240.98º 0.37% 0.33% -
HSV(B) 240.98º 0.54% 0.45% -
XYZ 5.83 4.55 16.49 -
YUV 60.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 54 53 114 0.53 0.54 0 0.55 240.98 0.37 0.33
Hex 36 35 72 35 36 0 37 F1 25 21
Octal 66 65 162 65 66 0 67 361 45 41
Binary 110110 110101 1110010 110101 110110 0 110111 11110001 100101 100001

Color Harmonies of #363572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363572

Black with #363572

Text Example


Text Example

White with #363572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363572; }

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

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

background-color css

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

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

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

border-color css

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

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

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