Html Css Color HEX #363C41 Baltic Sea

📋 copy color: '#363C41'

red 54 ◦ green 60 ◦ blue 65

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

Shades of Baltic Sea #363C41

Tints of Baltic Sea #363C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 30.17%
G = 33.52%
B = 36.31%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363C41 (or 0x363C41) is known color: Baltic Sea. HEX triplet: 36, 3C and 41. RGB value is (54,60,65). Sum of RGB (Red+Green+Blue) = 54+60+65=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #363C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C41 is #C9C3BE. Grayscale: #3A3A3A. Windows color (decimal): -13222847 or 4275254. OLE color: 4275254.

HSL color Cylindrical-coordinate representation of color #363C41: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #363C41 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 60 65 -
CMYK 0.17 0.08 0 0.75
HSL 207.27º 0.09% 0.23% -
HSV(B) 207.27º 0.17% 0.25% -
XYZ 4.09 4.4 5.63 -
YUV 58.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 54 60 65 0.17 0.08 0 0.75 207.27 0.09 0.23
Hex 36 3C 41 11 8 0 4B CF 9 17
Octal 66 74 101 21 10 0 113 317 11 27
Binary 110110 111100 1000001 10001 1000 0 1001011 11001111 1001 10111

Color Harmonies of #363C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C41

Black with #363C41

Text Example


Text Example

White with #363C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C41; }

 p { color: rgb(54,60,65); }

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

background-color css

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

 a { background-color: rgb(54,60,65); }

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

border-color css

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

 span { border-color: rgb(54,60,65); }

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