Html Css Color HEX #363B3F Baltic Sea

📋 copy color: '#363B3F'

red 54 ◦ green 59 ◦ blue 63

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

Shades of Baltic Sea #363B3F

Tints of Baltic Sea #363B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.8%

R = 30.68%
G = 33.52%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363B3F (or 0x363B3F) is known color: Baltic Sea. HEX triplet: 36, 3B and 3F. RGB value is (54,59,63). Sum of RGB (Red+Green+Blue) = 54+59+63=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #363B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B3F is #C9C4C0. Grayscale: #393939. Windows color (decimal): -13223105 or 4143926. OLE color: 4143926.

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

Color convert

RGB 54 59 63 -
CMYK 0.14 0.06 0 0.75
HSL 206.67º 0.08% 0.23% -
HSV(B) 206.67º 0.14% 0.25% -
XYZ 3.98 4.27 5.32 -
YUV 57.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 54 59 63 0.14 0.06 0 0.75 206.67 0.08 0.23
Hex 36 3B 3F E 6 0 4B CF 8 17
Octal 66 73 77 16 6 0 113 317 10 27
Binary 110110 111011 111111 1110 110 0 1001011 11001111 1000 10111

Color Harmonies of #363B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B3F

Black with #363B3F

Text Example


Text Example

White with #363B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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