Html Css Color HEX #363469 Deep Koamaru

📋 copy color: '#363469'

red 54 ◦ green 52 ◦ blue 105

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

Shades of Deep Koamaru #363469

Tints of Deep Koamaru #363469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

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

R = 25.59%
G = 24.64%
B = 49.76%

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

#363469 (or 0x363469) is known color: Deep Koamaru. HEX triplet: 36, 34 and 69. RGB value is (54,52,105). Sum of RGB (Red+Green+Blue) = 54+52+105=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #363469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363469 is #C9CB96. Grayscale: #3A3A3A. Windows color (decimal): -13224855 or 6894646. OLE color: 6894646.

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

Color convert

RGB 54 52 105 -
CMYK 0.49 0.50 0 0.59
HSL 242.26º 0.34% 0.31% -
HSV(B) 242.26º 0.5% 0.41% -
XYZ 5.3 4.26 13.91 -
YUV 58.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 54 52 105 0.49 0.50 0 0.59 242.26 0.34 0.31
Hex 36 34 69 31 32 0 3B F2 22 1F
Octal 66 64 151 61 62 0 73 362 42 37
Binary 110110 110100 1101001 110001 110010 0 111011 11110010 100010 11111

Color Harmonies of #363469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363469

Black with #363469

Text Example


Text Example

White with #363469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363469; }

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

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

background-color css

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

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

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

border-color css

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

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

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