Html Css Color HEX #363969 Deep Koamaru

📋 copy color: '#363969'

red 54 ◦ green 57 ◦ blue 105

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

Shades of Deep Koamaru #363969

Tints of Deep Koamaru #363969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

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

R = 25%
G = 26.39%
B = 48.61%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363969 (or 0x363969) is known color: Deep Koamaru. HEX triplet: 36, 39 and 69. RGB value is (54,57,105). Sum of RGB (Red+Green+Blue) = 54+57+105=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #363969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363969 is #C9C696. Grayscale: #3D3D3D. Windows color (decimal): -13223575 or 6895926. OLE color: 6895926.

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

Color convert

RGB 54 57 105 -
CMYK 0.49 0.46 0 0.59
HSL 236.47º 0.32% 0.31% -
HSV(B) 236.47º 0.49% 0.41% -
XYZ 5.53 4.73 13.99 -
YUV 61.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 54 57 105 0.49 0.46 0 0.59 236.47 0.32 0.31
Hex 36 39 69 31 2E 0 3B EC 20 1F
Octal 66 71 151 61 56 0 73 354 40 37
Binary 110110 111001 1101001 110001 101110 0 111011 11101100 100000 11111

Color Harmonies of #363969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363969

Black with #363969

Text Example


Text Example

White with #363969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363969; }

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

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

background-color css

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

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

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

border-color css

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

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

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