Html Css Color HEX #363961 Deep Koamaru

📋 copy color: '#363961'

red 54 ◦ green 57 ◦ blue 97

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

Shades of Deep Koamaru #363961

Tints of Deep Koamaru #363961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 25.96%
G = 27.4%
B = 46.63%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363961 (or 0x363961) is known color: Deep Koamaru. HEX triplet: 36, 39 and 61. RGB value is (54,57,97). Sum of RGB (Red+Green+Blue) = 54+57+97=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #363961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363961 is #C9C69E. Grayscale: #3C3C3C. Windows color (decimal): -13223583 or 6371638. OLE color: 6371638.

HSL color Cylindrical-coordinate representation of color #363961: hue angle of 235.81º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363961 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 57 97 -
CMYK 0.44 0.41 0 0.62
HSL 235.81º 0.28% 0.3% -
HSV(B) 235.81º 0.44% 0.38% -
XYZ 5.14 4.57 11.92 -
YUV 60.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 54 57 97 0.44 0.41 0 0.62 235.81 0.28 0.3
Hex 36 39 61 2C 29 0 3E EC 1C 1E
Octal 66 71 141 54 51 0 76 354 34 36
Binary 110110 111001 1100001 101100 101001 0 111110 11101100 11100 11110

Color Harmonies of #363961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363961

Black with #363961

Text Example


Text Example

White with #363961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363961; }

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

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

background-color css

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

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

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

border-color css

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

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

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