Html Css Color HEX #339DAC Pelorous

📋 copy color: '#339DAC'

red 51 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #339DAC

Tints of Pelorous #339DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 13.42%
G = 41.32%
B = 45.26%

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

#339DAC (or 0x339DAC) is known color: Pelorous. HEX triplet: 33, 9D and AC. RGB value is (51,157,172). Sum of RGB (Red+Green+Blue) = 51+157+172=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #339DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339DAC is #CC6253. Grayscale: #7E7E7E. Windows color (decimal): -13394516 or 11312435. OLE color: 11312435.

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

Color convert

RGB 51 157 172 -
CMYK 0.70 0.09 0 0.33
HSL 187.44º 0.54% 0.44% -
HSV(B) 187.44º 0.7% 0.67% -
XYZ 20.87 27.8 43.3 -
YUV 127.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 51 157 172 0.70 0.09 0 0.33 187.44 0.54 0.44
Hex 33 9D AC 46 9 0 21 BB 36 2C
Octal 63 235 254 106 11 0 41 273 66 54
Binary 110011 10011101 10101100 1000110 1001 0 100001 10111011 110110 101100

Color Harmonies of #339DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339DAC

Black with #339DAC

Text Example


Text Example

White with #339DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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