Html Css Color HEX #363869 Deep Koamaru

📋 copy color: '#363869'

red 54 ◦ green 56 ◦ blue 105

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

Shades of Deep Koamaru #363869

Tints of Deep Koamaru #363869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 25.12%
G = 26.05%
B = 48.84%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363869 (or 0x363869) is known color: Deep Koamaru. HEX triplet: 36, 38 and 69. RGB value is (54,56,105). Sum of RGB (Red+Green+Blue) = 54+56+105=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #363869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363869 is #C9C796. Grayscale: #3C3C3C. Windows color (decimal): -13223831 or 6895670. OLE color: 6895670.

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

Color convert

RGB 54 56 105 -
CMYK 0.49 0.47 0 0.59
HSL 237.65º 0.32% 0.31% -
HSV(B) 237.65º 0.49% 0.41% -
XYZ 5.49 4.63 13.97 -
YUV 60.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 54 56 105 0.49 0.47 0 0.59 237.65 0.32 0.31
Hex 36 38 69 31 2F 0 3B EE 20 1F
Octal 66 70 151 61 57 0 73 356 40 37
Binary 110110 111000 1101001 110001 101111 0 111011 11101110 100000 11111

Color Harmonies of #363869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363869

Black with #363869

Text Example


Text Example

White with #363869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363869; }

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

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

background-color css

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

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

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

border-color css

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

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

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