Html Css Color HEX #363074 Deep Koamaru

📋 copy color: '#363074'

red 54 ◦ green 48 ◦ blue 116

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

Shades of Deep Koamaru #363074

Tints of Deep Koamaru #363074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 24.77%
G = 22.02%
B = 53.21%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363074 (or 0x363074) is known color: Deep Koamaru. HEX triplet: 36, 30 and 74. RGB value is (54,48,116). Sum of RGB (Red+Green+Blue) = 54+48+116=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #363074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363074 is #C9CF8B. Grayscale: #393939. Windows color (decimal): -13225868 or 7614518. OLE color: 7614518.

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

Color convert

RGB 54 48 116 -
CMYK 0.53 0.59 0 0.55
HSL 245.29º 0.41% 0.32% -
HSV(B) 245.29º 0.59% 0.45% -
XYZ 5.73 4.16 17.02 -
YUV 57.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 54 48 116 0.53 0.59 0 0.55 245.29 0.41 0.32
Hex 36 30 74 35 3B 0 37 F5 29 20
Octal 66 60 164 65 73 0 67 365 51 40
Binary 110110 110000 1110100 110101 111011 0 110111 11110101 101001 100000

Color Harmonies of #363074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363074

Black with #363074

Text Example


Text Example

White with #363074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363074; }

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

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

background-color css

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

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

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

border-color css

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

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

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