Html Css Color HEX #363962 Deep Koamaru

📋 copy color: '#363962'

red 54 ◦ green 57 ◦ blue 98

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

Shades of Deep Koamaru #363962

Tints of Deep Koamaru #363962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 25.84%
G = 27.27%
B = 46.89%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363962 (or 0x363962) is known color: Deep Koamaru. HEX triplet: 36, 39 and 62. RGB value is (54,57,98). Sum of RGB (Red+Green+Blue) = 54+57+98=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #363962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363962 is #C9C69D. Grayscale: #3C3C3C. Windows color (decimal): -13223582 or 6437174. OLE color: 6437174.

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

Color convert

RGB 54 57 98 -
CMYK 0.45 0.42 0 0.62
HSL 235.91º 0.29% 0.3% -
HSV(B) 235.91º 0.45% 0.38% -
XYZ 5.19 4.59 12.17 -
YUV 60.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 54 57 98 0.45 0.42 0 0.62 235.91 0.29 0.3
Hex 36 39 62 2D 2A 0 3E EC 1D 1E
Octal 66 71 142 55 52 0 76 354 35 36
Binary 110110 111001 1100010 101101 101010 0 111110 11101100 11101 11110

Color Harmonies of #363962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363962

Black with #363962

Text Example


Text Example

White with #363962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363962; }

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

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

background-color css

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

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

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

border-color css

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

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

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