Html Css Color HEX #349AAD Pelorous

📋 copy color: '#349AAD'

red 52 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #349AAD

Tints of Pelorous #349AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 13.72%
G = 40.63%
B = 45.65%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#349AAD (or 0x349AAD) is known color: Pelorous. HEX triplet: 34, 9A and AD. RGB value is (52,154,173). Sum of RGB (Red+Green+Blue) = 52+154+173=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #349AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349AAD is #CB6552. Grayscale: #7D7D7D. Windows color (decimal): -13329747 or 11377204. OLE color: 11377204.

HSL color Cylindrical-coordinate representation of color #349AAD: hue angle of 189.42º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #349AAD is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 154 173 -
CMYK 0.70 0.11 0 0.32
HSL 189.42º 0.54% 0.44% -
HSV(B) 189.42º 0.7% 0.68% -
XYZ 20.51 26.86 43.64 -
YUV 125.67 154.71 75.46 -
System Red Green Blue C M Y K H S L
Decimal 52 154 173 0.70 0.11 0 0.32 189.42 0.54 0.44
Hex 34 9A AD 46 B 0 20 BD 36 2C
Octal 64 232 255 106 13 0 40 275 66 54
Binary 110100 10011010 10101101 1000110 1011 0 100000 10111101 110110 101100

Color Harmonies of #349AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349AAD

Black with #349AAD

Text Example


Text Example

White with #349AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,154,173); }

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

background-color css

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

 a { background-color: rgb(52,154,173); }

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

border-color css

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

 span { border-color: rgb(52,154,173); }

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