Html Css Color HEX #363B41 Baltic Sea

📋 copy color: '#363B41'

red 54 ◦ green 59 ◦ blue 65

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

Shades of Baltic Sea #363B41

Tints of Baltic Sea #363B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 30.34%
G = 33.15%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363B41 (or 0x363B41) is known color: Baltic Sea. HEX triplet: 36, 3B and 41. RGB value is (54,59,65). Sum of RGB (Red+Green+Blue) = 54+59+65=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #363B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B41 is #C9C4BE. Grayscale: #3A3A3A. Windows color (decimal): -13223103 or 4274998. OLE color: 4274998.

HSL color Cylindrical-coordinate representation of color #363B41: hue angle of 212.73º 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 #363B41 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 59 65 -
CMYK 0.17 0.09 0 0.75
HSL 212.73º 0.09% 0.23% -
HSV(B) 212.73º 0.17% 0.25% -
XYZ 4.04 4.29 5.62 -
YUV 58.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 54 59 65 0.17 0.09 0 0.75 212.73 0.09 0.23
Hex 36 3B 41 11 9 0 4B D5 9 17
Octal 66 73 101 21 11 0 113 325 11 27
Binary 110110 111011 1000001 10001 1001 0 1001011 11010101 1001 10111

Color Harmonies of #363B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B41

Black with #363B41

Text Example


Text Example

White with #363B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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