Html Css Color HEX #3299AB Pelorous

📋 copy color: '#3299AB'

red 50 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #3299AB

Tints of Pelorous #3299AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 13.37%
G = 40.91%
B = 45.72%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3299AB (or 0x3299AB) is known color: Pelorous. HEX triplet: 32, 99 and AB. RGB value is (50,153,171). Sum of RGB (Red+Green+Blue) = 50+153+171=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #3299AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3299AB is #CD6654. Grayscale: #7C7C7C. Windows color (decimal): -13461077 or 11245874. OLE color: 11245874.

HSL color Cylindrical-coordinate representation of color #3299AB: hue angle of 188.93º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3299AB is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 153 171 -
CMYK 0.71 0.11 0 0.33
HSL 188.93º 0.55% 0.43% -
HSV(B) 188.93º 0.71% 0.67% -
XYZ 20.06 26.4 42.57 -
YUV 124.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 50 153 171 0.71 0.11 0 0.33 188.93 0.55 0.43
Hex 32 99 AB 47 B 0 21 BD 37 2B
Octal 62 231 253 107 13 0 41 275 67 53
Binary 110010 10011001 10101011 1000111 1011 0 100001 10111101 110111 101011

Color Harmonies of #3299AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299AB

Black with #3299AB

Text Example


Text Example

White with #3299AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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