Html Css Color HEX #363966 Deep Koamaru

📋 copy color: '#363966'

red 54 ◦ green 57 ◦ blue 102

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

Shades of Deep Koamaru #363966

Tints of Deep Koamaru #363966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 25.35%
G = 26.76%
B = 47.89%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#363966 (or 0x363966) is known color: Deep Koamaru. HEX triplet: 36, 39 and 66. RGB value is (54,57,102). Sum of RGB (Red+Green+Blue) = 54+57+102=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #363966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363966 is #C9C699. Grayscale: #3D3D3D. Windows color (decimal): -13223578 or 6699318. OLE color: 6699318.

HSL color Cylindrical-coordinate representation of color #363966: hue angle of 236.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363966 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 57 102 -
CMYK 0.47 0.44 0 0.6
HSL 236.25º 0.31% 0.31% -
HSV(B) 236.25º 0.47% 0.4% -
XYZ 5.38 4.67 13.19 -
YUV 61.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 54 57 102 0.47 0.44 0 0.6 236.25 0.31 0.31
Hex 36 39 66 2F 2C 0 3C EC 1F 1F
Octal 66 71 146 57 54 0 74 354 37 37
Binary 110110 111001 1100110 101111 101100 0 111100 11101100 11111 11111

Color Harmonies of #363966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363966

Black with #363966

Text Example


Text Example

White with #363966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363966; }

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

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

background-color css

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

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

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

border-color css

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

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

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