Html Css Color HEX #363369 Deep Koamaru

📋 copy color: '#363369'

red 54 ◦ green 51 ◦ blue 105

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

Shades of Deep Koamaru #363369

Tints of Deep Koamaru #363369

RGB

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

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

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

R = 25.71%
G = 24.29%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363369 (or 0x363369) is known color: Deep Koamaru. HEX triplet: 36, 33 and 69. RGB value is (54,51,105). Sum of RGB (Red+Green+Blue) = 54+51+105=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #363369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363369 is #C9CC96. Grayscale: #393939. Windows color (decimal): -13225111 or 6894390. OLE color: 6894390.

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

Color convert

RGB 54 51 105 -
CMYK 0.49 0.51 0 0.59
HSL 243.33º 0.35% 0.31% -
HSV(B) 243.33º 0.51% 0.41% -
XYZ 5.25 4.17 13.89 -
YUV 58.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 54 51 105 0.49 0.51 0 0.59 243.33 0.35 0.31
Hex 36 33 69 31 33 0 3B F3 23 1F
Octal 66 63 151 61 63 0 73 363 43 37
Binary 110110 110011 1101001 110001 110011 0 111011 11110011 100011 11111

Color Harmonies of #363369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363369

Black with #363369

Text Example


Text Example

White with #363369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363369; }

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

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

background-color css

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

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

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

border-color css

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

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

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