Html Css Color HEX #32363A Baltic Sea

📋 copy color: '#32363A'

red 50 ◦ green 54 ◦ blue 58

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

Shades of Baltic Sea #32363A

Tints of Baltic Sea #32363A

RGB

 RED value IS 50 (19.92% from 255) = 30.86%

 GREEN value IS 54 (21.48% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 30.86%
G = 33.33%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32363A (or 0x32363A) is known color: Baltic Sea. HEX triplet: 32, 36 and 3A. RGB value is (50,54,58). Sum of RGB (Red+Green+Blue) = 50+54+58=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 58 - color contains mainly: blue. Hex color #32363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32363A is #CDC9C5. Grayscale: #353535. Windows color (decimal): -13486534 or 3814962. OLE color: 3814962.

HSL color Cylindrical-coordinate representation of color #32363A: hue angle of 210º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32363A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 54 58 -
CMYK 0.14 0.07 0 0.77
HSL 210º 0.07% 0.21% -
HSV(B) 210º 0.14% 0.23% -
XYZ 3.4 3.62 4.52 -
YUV 53.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 50 54 58 0.14 0.07 0 0.77 210 0.07 0.21
Hex 32 36 3A E 7 0 4D D2 7 15
Octal 62 66 72 16 7 0 115 322 7 25
Binary 110010 110110 111010 1110 111 0 1001101 11010010 111 10101

Color Harmonies of #32363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32363A

Black with #32363A

Text Example


Text Example

White with #32363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32363A; }

 p { color: rgb(50,54,58); }

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

background-color css

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

 a { background-color: rgb(50,54,58); }

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

border-color css

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

 span { border-color: rgb(50,54,58); }

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