Html Css Color HEX #339BAB Pelorous

📋 copy color: '#339BAB'

red 51 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #339BAB

Tints of Pelorous #339BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 13.53%
G = 41.11%
B = 45.36%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#339BAB (or 0x339BAB) is known color: Pelorous. HEX triplet: 33, 9B and AB. RGB value is (51,155,171). Sum of RGB (Red+Green+Blue) = 51+155+171=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #339BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAB is #CC6454. Grayscale: #7D7D7D. Windows color (decimal): -13395029 or 11246387. OLE color: 11246387.

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

Color convert

RGB 51 155 171 -
CMYK 0.70 0.09 0 0.33
HSL 188º 0.54% 0.44% -
HSV(B) 188º 0.7% 0.67% -
XYZ 20.44 27.09 42.68 -
YUV 125.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 51 155 171 0.70 0.09 0 0.33 188 0.54 0.44
Hex 33 9B AB 46 9 0 21 BC 36 2C
Octal 63 233 253 106 11 0 41 274 66 54
Binary 110011 10011011 10101011 1000110 1001 0 100001 10111100 110110 101100

Color Harmonies of #339BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BAB

Black with #339BAB

Text Example


Text Example

White with #339BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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