Html Css Color HEX #339DAA Pelorous

📋 copy color: '#339DAA'

red 51 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #339DAA

Tints of Pelorous #339DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 13.49%
G = 41.53%
B = 44.97%

CMYK

 C value IS 0.7

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#339DAA (or 0x339DAA) is known color: Pelorous. HEX triplet: 33, 9D and AA. RGB value is (51,157,170). Sum of RGB (Red+Green+Blue) = 51+157+170=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #339DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339DAA is #CC6255. Grayscale: #7E7E7E. Windows color (decimal): -13394518 or 11181363. OLE color: 11181363.

HSL color Cylindrical-coordinate representation of color #339DAA: hue angle of 186.55º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339DAA is Cyan = 0.7, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 157 170 -
CMYK 0.7 0.08 0 0.33
HSL 186.55º 0.54% 0.43% -
HSV(B) 186.55º 0.7% 0.67% -
XYZ 20.68 27.72 42.29 -
YUV 126.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 51 157 170 0.7 0.08 0 0.33 186.55 0.54 0.43
Hex 33 9D AA 46 8 0 21 BB 36 2B
Octal 63 235 252 106 10 0 41 273 66 53
Binary 110011 10011101 10101010 1000110 1000 0 100001 10111011 110110 101011

Color Harmonies of #339DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339DAA

Black with #339DAA

Text Example


Text Example

White with #339DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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