Html Css Color HEX #349CAB Pelorous

📋 copy color: '#349CAB'

red 52 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #349CAB

Tints of Pelorous #349CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 13.72%
G = 41.16%
B = 45.12%

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

#349CAB (or 0x349CAB) is known color: Pelorous. HEX triplet: 34, 9C and AB. RGB value is (52,156,171). Sum of RGB (Red+Green+Blue) = 52+156+171=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #349CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349CAB is #CB6354. Grayscale: #7E7E7E. Windows color (decimal): -13329237 or 11246644. OLE color: 11246644.

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

Color convert

RGB 52 156 171 -
CMYK 0.70 0.09 0 0.33
HSL 187.56º 0.53% 0.44% -
HSV(B) 187.56º 0.7% 0.67% -
XYZ 20.66 27.45 42.74 -
YUV 126.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 52 156 171 0.70 0.09 0 0.33 187.56 0.53 0.44
Hex 34 9C AB 46 9 0 21 BC 35 2C
Octal 64 234 253 106 11 0 41 274 65 54
Binary 110100 10011100 10101011 1000110 1001 0 100001 10111100 110101 101100

Color Harmonies of #349CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CAB

Black with #349CAB

Text Example


Text Example

White with #349CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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