Html Css Color HEX #349AAC Pelorous

📋 copy color: '#349AAC'

red 52 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #349AAC

Tints of Pelorous #349AAC

RGB

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

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

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

R = 13.76%
G = 40.74%
B = 45.5%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#349AAC (or 0x349AAC) is known color: Pelorous. HEX triplet: 34, 9A and AC. RGB value is (52,154,172). Sum of RGB (Red+Green+Blue) = 52+154+172=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #349AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349AAC is #CB6553. Grayscale: #7D7D7D. Windows color (decimal): -13329748 or 11311668. OLE color: 11311668.

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

Color convert

RGB 52 154 172 -
CMYK 0.70 0.10 0 0.33
HSL 189º 0.54% 0.44% -
HSV(B) 189º 0.7% 0.67% -
XYZ 20.42 26.82 43.13 -
YUV 125.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 52 154 172 0.70 0.10 0 0.33 189 0.54 0.44
Hex 34 9A AC 46 A 0 21 BD 36 2C
Octal 64 232 254 106 12 0 41 275 66 54
Binary 110100 10011010 10101100 1000110 1010 0 100001 10111101 110110 101100

Color Harmonies of #349AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349AAC

Black with #349AAC

Text Example


Text Example

White with #349AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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