Html Css Color HEX #3399AB Pelorous

📋 copy color: '#3399AB'

red 51 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #3399AB

Tints of Pelorous #3399AB

RGB

 RED value IS 51 (20.31% from 255) = 13.6%

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

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

R = 13.6%
G = 40.8%
B = 45.6%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3399AB (or 0x3399AB) is known color: Pelorous. HEX triplet: 33, 99 and AB. RGB value is (51,153,171). Sum of RGB (Red+Green+Blue) = 51+153+171=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #3399AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3399AB is #CC6654. Grayscale: #7C7C7C. Windows color (decimal): -13395541 or 11245875. OLE color: 11245875.

HSL color Cylindrical-coordinate representation of color #3399AB: hue angle of 189º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3399AB is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 153 171 -
CMYK 0.70 0.11 0 0.33
HSL 189º 0.54% 0.44% -
HSV(B) 189º 0.7% 0.67% -
XYZ 20.11 26.43 42.57 -
YUV 124.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 51 153 171 0.70 0.11 0 0.33 189 0.54 0.44
Hex 33 99 AB 46 B 0 21 BD 36 2C
Octal 63 231 253 106 13 0 41 275 66 54
Binary 110011 10011001 10101011 1000110 1011 0 100001 10111101 110110 101100

Color Harmonies of #3399AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399AB

Black with #3399AB

Text Example


Text Example

White with #3399AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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