Html Css Color HEX #3295AD Pelorous

📋 copy color: '#3295AD'

red 50 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #3295AD

Tints of Pelorous #3295AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 13.44%
G = 40.05%
B = 46.51%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3295AD (or 0x3295AD) is known color: Pelorous. HEX triplet: 32, 95 and AD. RGB value is (50,149,173). Sum of RGB (Red+Green+Blue) = 50+149+173=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #3295AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3295AD is #CD6A52. Grayscale: #797979. Windows color (decimal): -13462099 or 11375922. OLE color: 11375922.

HSL color Cylindrical-coordinate representation of color #3295AD: hue angle of 191.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3295AD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 149 173 -
CMYK 0.71 0.14 0 0.32
HSL 191.71º 0.55% 0.44% -
HSV(B) 191.71º 0.71% 0.68% -
XYZ 19.61 25.19 43.36 -
YUV 122.14 156.7 76.55 -
System Red Green Blue C M Y K H S L
Decimal 50 149 173 0.71 0.14 0 0.32 191.71 0.55 0.44
Hex 32 95 AD 47 E 0 20 C0 37 2C
Octal 62 225 255 107 16 0 40 300 67 54
Binary 110010 10010101 10101101 1000111 1110 0 100000 11000000 110111 101100

Color Harmonies of #3295AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295AD

Black with #3295AD

Text Example


Text Example

White with #3295AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3295AD; }

 p { color: rgb(50,149,173); }

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

background-color css

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

 a { background-color: rgb(50,149,173); }

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

border-color css

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

 span { border-color: rgb(50,149,173); }

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