Html Css Color HEX #326A8A Astral

📋 copy color: '#326A8A'

red 50 ◦ green 106 ◦ blue 138

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

Shades of Astral #326A8A

Tints of Astral #326A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 17.01%
G = 36.05%
B = 46.94%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326A8A (or 0x326A8A) is known color: Astral. HEX triplet: 32, 6A and 8A. RGB value is (50,106,138). Sum of RGB (Red+Green+Blue) = 50+106+138=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #326A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A8A is #CD9575. Grayscale: #5C5C5C. Windows color (decimal): -13473142 or 9071154. OLE color: 9071154.

HSL color Cylindrical-coordinate representation of color #326A8A: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326A8A is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 106 138 -
CMYK 0.64 0.23 0 0.46
HSL 201.82º 0.47% 0.37% -
HSV(B) 201.82º 0.64% 0.54% -
XYZ 11.06 12.82 25.94 -
YUV 92.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 50 106 138 0.64 0.23 0 0.46 201.82 0.47 0.37
Hex 32 6A 8A 40 17 0 2E CA 2F 25
Octal 62 152 212 100 27 0 56 312 57 45
Binary 110010 1101010 10001010 1000000 10111 0 101110 11001010 101111 100101

Color Harmonies of #326A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A8A

Black with #326A8A

Text Example


Text Example

White with #326A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,106,138); }

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

background-color css

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

 a { background-color: rgb(50,106,138); }

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

border-color css

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

 span { border-color: rgb(50,106,138); }

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