Html Css Color HEX #32668B Astral

📋 copy color: '#32668B'

red 50 ◦ green 102 ◦ blue 139

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

Shades of Astral #32668B

Tints of Astral #32668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 17.18%
G = 35.05%
B = 47.77%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32668B (or 0x32668B) is known color: Astral. HEX triplet: 32, 66 and 8B. RGB value is (50,102,139). Sum of RGB (Red+Green+Blue) = 50+102+139=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #32668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668B is #CD9974. Grayscale: #5A5A5A. Windows color (decimal): -13474165 or 9135666. OLE color: 9135666.

HSL color Cylindrical-coordinate representation of color #32668B: hue angle of 204.94º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32668B is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 102 139 -
CMYK 0.64 0.27 0 0.45
HSL 204.94º 0.47% 0.37% -
HSV(B) 204.94º 0.64% 0.55% -
XYZ 10.73 12.04 26.19 -
YUV 90.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 50 102 139 0.64 0.27 0 0.45 204.94 0.47 0.37
Hex 32 66 8B 40 1B 0 2D CD 2F 25
Octal 62 146 213 100 33 0 55 315 57 45
Binary 110010 1100110 10001011 1000000 11011 0 101101 11001101 101111 100101

Color Harmonies of #32668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32668B

Black with #32668B

Text Example


Text Example

White with #32668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32668B; }

 p { color: rgb(50,102,139); }

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

background-color css

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

 a { background-color: rgb(50,102,139); }

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

border-color css

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

 span { border-color: rgb(50,102,139); }

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