Html Css Color HEX #349DAC Pelorous

📋 copy color: '#349DAC'

red 52 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #349DAC

Tints of Pelorous #349DAC

RGB

 RED value IS 52 (20.7% from 255) = 13.65%

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

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

R = 13.65%
G = 41.21%
B = 45.14%

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

#349DAC (or 0x349DAC) is known color: Pelorous. HEX triplet: 34, 9D and AC. RGB value is (52,157,172). Sum of RGB (Red+Green+Blue) = 52+157+172=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #349DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349DAC is #CB6253. Grayscale: #7F7F7F. Windows color (decimal): -13328980 or 11312436. OLE color: 11312436.

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

Color convert

RGB 52 157 172 -
CMYK 0.70 0.09 0 0.33
HSL 187.5º 0.54% 0.44% -
HSV(B) 187.5º 0.7% 0.67% -
XYZ 20.92 27.82 43.3 -
YUV 127.32 153.21 74.28 -
System Red Green Blue C M Y K H S L
Decimal 52 157 172 0.70 0.09 0 0.33 187.5 0.54 0.44
Hex 34 9D AC 46 9 0 21 BC 36 2C
Octal 64 235 254 106 11 0 41 274 66 54
Binary 110100 10011101 10101100 1000110 1001 0 100001 10111100 110110 101100

Color Harmonies of #349DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DAC

Black with #349DAC

Text Example


Text Example

White with #349DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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