Html Css Color HEX #3299AD Pelorous

📋 copy color: '#3299AD'

red 50 ◦ green 153 ◦ blue 173

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

Shades of Pelorous #3299AD

Tints of Pelorous #3299AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 13.3%
G = 40.69%
B = 46.01%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3299AD (or 0x3299AD) is known color: Pelorous. HEX triplet: 32, 99 and AD. RGB value is (50,153,173). Sum of RGB (Red+Green+Blue) = 50+153+173=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #3299AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3299AD is #CD6652. Grayscale: #7C7C7C. Windows color (decimal): -13461075 or 11376946. OLE color: 11376946.

HSL color Cylindrical-coordinate representation of color #3299AD: hue angle of 189.76º 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 #3299AD is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 153 173 -
CMYK 0.71 0.12 0 0.32
HSL 189.76º 0.55% 0.44% -
HSV(B) 189.76º 0.71% 0.68% -
XYZ 20.25 26.48 43.58 -
YUV 124.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 50 153 173 0.71 0.12 0 0.32 189.76 0.55 0.44
Hex 32 99 AD 47 C 0 20 BE 37 2C
Octal 62 231 255 107 14 0 40 276 67 54
Binary 110010 10011001 10101101 1000111 1100 0 100000 10111110 110111 101100

Color Harmonies of #3299AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299AD

Black with #3299AD

Text Example


Text Example

White with #3299AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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