Html Css Color HEX #363372 Deep Koamaru

📋 copy color: '#363372'

red 54 ◦ green 51 ◦ blue 114

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

Shades of Deep Koamaru #363372

Tints of Deep Koamaru #363372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 24.66%
G = 23.29%
B = 52.05%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363372 (or 0x363372) is known color: Deep Koamaru. HEX triplet: 36, 33 and 72. RGB value is (54,51,114). Sum of RGB (Red+Green+Blue) = 54+51+114=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #363372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363372 is #C9CC8D. Grayscale: #3A3A3A. Windows color (decimal): -13225102 or 7484214. OLE color: 7484214.

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

Color convert

RGB 54 51 114 -
CMYK 0.53 0.55 0 0.55
HSL 242.86º 0.38% 0.32% -
HSV(B) 242.86º 0.55% 0.45% -
XYZ 5.74 4.37 16.46 -
YUV 59.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 54 51 114 0.53 0.55 0 0.55 242.86 0.38 0.32
Hex 36 33 72 35 37 0 37 F3 26 20
Octal 66 63 162 65 67 0 67 363 46 40
Binary 110110 110011 1110010 110101 110111 0 110111 11110011 100110 100000

Color Harmonies of #363372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363372

Black with #363372

Text Example


Text Example

White with #363372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363372; }

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

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

background-color css

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

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

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

border-color css

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

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

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