Html Css Color HEX #363569 Deep Koamaru

📋 copy color: '#363569'

red 54 ◦ green 53 ◦ blue 105

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

Shades of Deep Koamaru #363569

Tints of Deep Koamaru #363569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 25.47%
G = 25%
B = 49.53%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363569 (or 0x363569) is known color: Deep Koamaru. HEX triplet: 36, 35 and 69. RGB value is (54,53,105). Sum of RGB (Red+Green+Blue) = 54+53+105=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #363569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363569 is #C9CA96. Grayscale: #3B3B3B. Windows color (decimal): -13224599 or 6894902. OLE color: 6894902.

HSL color Cylindrical-coordinate representation of color #363569: hue angle of 241.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363569 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 53 105 -
CMYK 0.49 0.50 0 0.59
HSL 241.15º 0.33% 0.31% -
HSV(B) 241.15º 0.5% 0.41% -
XYZ 5.34 4.35 13.92 -
YUV 59.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 54 53 105 0.49 0.50 0 0.59 241.15 0.33 0.31
Hex 36 35 69 31 32 0 3B F1 21 1F
Octal 66 65 151 61 62 0 73 361 41 37
Binary 110110 110101 1101001 110001 110010 0 111011 11110001 100001 11111

Color Harmonies of #363569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363569

Black with #363569

Text Example


Text Example

White with #363569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363569; }

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

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

background-color css

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

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

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

border-color css

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

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

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