Html Css Color HEX #349CAC Pelorous

📋 copy color: '#349CAC'

red 52 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #349CAC

Tints of Pelorous #349CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

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

R = 13.68%
G = 41.05%
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

#349CAC (or 0x349CAC) is known color: Pelorous. HEX triplet: 34, 9C and AC. RGB value is (52,156,172). Sum of RGB (Red+Green+Blue) = 52+156+172=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 156 (61.33% from 255 or 41.05% 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 #349CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349CAC is #CB6353. Grayscale: #7E7E7E. Windows color (decimal): -13329236 or 11312180. OLE color: 11312180.

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

Color convert

RGB 52 156 172 -
CMYK 0.70 0.09 0 0.33
HSL 188º 0.54% 0.44% -
HSV(B) 188º 0.7% 0.67% -
XYZ 20.75 27.49 43.24 -
YUV 126.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 52 156 172 0.70 0.09 0 0.33 188 0.54 0.44
Hex 34 9C AC 46 9 0 21 BC 36 2C
Octal 64 234 254 106 11 0 41 274 66 54
Binary 110100 10011100 10101100 1000110 1001 0 100001 10111100 110110 101100

Color Harmonies of #349CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CAC

Black with #349CAC

Text Example


Text Example

White with #349CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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