Html Css Color HEX #326E7B Astral

📋 copy color: '#326E7B'

red 50 ◦ green 110 ◦ blue 123

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

Shades of Astral #326E7B

Tints of Astral #326E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.87%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 17.67%
G = 38.87%
B = 43.46%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#326E7B (or 0x326E7B) is known color: Astral. HEX triplet: 32, 6E and 7B. RGB value is (50,110,123). Sum of RGB (Red+Green+Blue) = 50+110+123=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #326E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E7B is #CD9184. Grayscale: #5D5D5D. Windows color (decimal): -13472133 or 8089138. OLE color: 8089138.

HSL color Cylindrical-coordinate representation of color #326E7B: hue angle of 190.68º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326E7B is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 110 123 -
CMYK 0.59 0.11 0 0.52
HSL 190.68º 0.42% 0.34% -
HSV(B) 190.68º 0.59% 0.48% -
XYZ 10.47 13.26 20.75 -
YUV 93.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 50 110 123 0.59 0.11 0 0.52 190.68 0.42 0.34
Hex 32 6E 7B 3B B 0 34 BF 2A 22
Octal 62 156 173 73 13 0 64 277 52 42
Binary 110010 1101110 1111011 111011 1011 0 110100 10111111 101010 100010

Color Harmonies of #326E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E7B

Black with #326E7B

Text Example


Text Example

White with #326E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E7B; }

 p { color: rgb(50,110,123); }

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

background-color css

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

 a { background-color: rgb(50,110,123); }

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

border-color css

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

 span { border-color: rgb(50,110,123); }

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