Html Css Color HEX #363669 Deep Koamaru

📋 copy color: '#363669'

red 54 ◦ green 54 ◦ blue 105

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

Shades of Deep Koamaru #363669

Tints of Deep Koamaru #363669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 25.35%
G = 25.35%
B = 49.3%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363669 (or 0x363669) is known color: Deep Koamaru. HEX triplet: 36, 36 and 69. RGB value is (54,54,105). Sum of RGB (Red+Green+Blue) = 54+54+105=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #363669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363669 is #C9C996. Grayscale: #3B3B3B. Windows color (decimal): -13224343 or 6895158. OLE color: 6895158.

HSL color Cylindrical-coordinate representation of color #363669: hue angle of 240º 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 #363669 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 54 105 -
CMYK 0.49 0.49 0 0.59
HSL 240º 0.32% 0.31% -
HSV(B) 240º 0.49% 0.41% -
XYZ 5.39 4.44 13.94 -
YUV 59.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 54 54 105 0.49 0.49 0 0.59 240 0.32 0.31
Hex 36 36 69 31 31 0 3B F0 20 1F
Octal 66 66 151 61 61 0 73 360 40 37
Binary 110110 110110 1101001 110001 110001 0 111011 11110000 100000 11111

Color Harmonies of #363669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363669

Black with #363669

Text Example


Text Example

White with #363669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363669; }

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

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

background-color css

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

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

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

border-color css

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

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

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