Html Css Color HEX #339DAB Pelorous

📋 copy color: '#339DAB'

red 51 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #339DAB

Tints of Pelorous #339DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 13.46%
G = 41.42%
B = 45.12%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#339DAB (or 0x339DAB) is known color: Pelorous. HEX triplet: 33, 9D and AB. RGB value is (51,157,171). Sum of RGB (Red+Green+Blue) = 51+157+171=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #339DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339DAB is #CC6254. Grayscale: #7E7E7E. Windows color (decimal): -13394517 or 11246899. OLE color: 11246899.

HSL color Cylindrical-coordinate representation of color #339DAB: hue angle of 187º 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 #339DAB is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 157 171 -
CMYK 0.70 0.08 0 0.33
HSL 187º 0.54% 0.44% -
HSV(B) 187º 0.7% 0.67% -
XYZ 20.77 27.76 42.79 -
YUV 126.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 51 157 171 0.70 0.08 0 0.33 187 0.54 0.44
Hex 33 9D AB 46 8 0 21 BB 36 2C
Octal 63 235 253 106 10 0 41 273 66 54
Binary 110011 10011101 10101011 1000110 1000 0 100001 10111011 110110 101100

Color Harmonies of #339DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339DAB

Black with #339DAB

Text Example


Text Example

White with #339DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339DAB; }

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

 H1.HeaderClassName
 {
   color: #339DAB;
 }
 .AnyTagClassName
 {
   color: #339DAB;
 }
</style>

background-color css

<style>
 a { background-color: #339DAB; }

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

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

border-color css

<style>
 span { border-color: #339DAB; }

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

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