Html Css Color HEX #327288 Astral

📋 copy color: '#327288'

red 50 ◦ green 114 ◦ blue 136

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

Shades of Astral #327288

Tints of Astral #327288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 16.67%
G = 38%
B = 45.33%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327288 (or 0x327288) is known color: Astral. HEX triplet: 32, 72 and 88. RGB value is (50,114,136). Sum of RGB (Red+Green+Blue) = 50+114+136=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #327288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327288 is #CD8D77. Grayscale: #616161. Windows color (decimal): -13471096 or 8942130. OLE color: 8942130.

HSL color Cylindrical-coordinate representation of color #327288: hue angle of 195.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327288 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 114 136 -
CMYK 0.63 0.16 0 0.47
HSL 195.35º 0.46% 0.36% -
HSV(B) 195.35º 0.63% 0.53% -
XYZ 11.78 14.49 25.47 -
YUV 97.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 50 114 136 0.63 0.16 0 0.47 195.35 0.46 0.36
Hex 32 72 88 3F 10 0 2F C3 2E 24
Octal 62 162 210 77 20 0 57 303 56 44
Binary 110010 1110010 10001000 111111 10000 0 101111 11000011 101110 100100

Color Harmonies of #327288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327288

Black with #327288

Text Example


Text Example

White with #327288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327288; }

 p { color: rgb(50,114,136); }

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

background-color css

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

 a { background-color: rgb(50,114,136); }

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

border-color css

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

 span { border-color: rgb(50,114,136); }

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