Html Css Color HEX #339EAB Pelorous

📋 copy color: '#339EAB'

red 51 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #339EAB

Tints of Pelorous #339EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

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

R = 13.42%
G = 41.58%
B = 45%

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

#339EAB (or 0x339EAB) is known color: Pelorous. HEX triplet: 33, 9E and AB. RGB value is (51,158,171). Sum of RGB (Red+Green+Blue) = 51+158+171=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #339EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339EAB is #CC6154. Grayscale: #7F7F7F. Windows color (decimal): -13394261 or 11247155. OLE color: 11247155.

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

Color convert

RGB 51 158 171 -
CMYK 0.70 0.08 0 0.33
HSL 186.5º 0.54% 0.44% -
HSV(B) 186.5º 0.7% 0.67% -
XYZ 20.94 28.1 42.85 -
YUV 127.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 51 158 171 0.70 0.08 0 0.33 186.5 0.54 0.44
Hex 33 9E AB 46 8 0 21 BA 36 2C
Octal 63 236 253 106 10 0 41 272 66 54
Binary 110011 10011110 10101011 1000110 1000 0 100001 10111010 110110 101100

Color Harmonies of #339EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339EAB

Black with #339EAB

Text Example


Text Example

White with #339EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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