Html Css Color HEX #349CAA Pelorous

📋 copy color: '#349CAA'

red 52 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #349CAA

Tints of Pelorous #349CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 13.76%
G = 41.27%
B = 44.97%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#349CAA (or 0x349CAA) is known color: Pelorous. HEX triplet: 34, 9C and AA. RGB value is (52,156,170). Sum of RGB (Red+Green+Blue) = 52+156+170=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #349CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349CAA is #CB6355. Grayscale: #7E7E7E. Windows color (decimal): -13329238 or 11181108. OLE color: 11181108.

HSL color Cylindrical-coordinate representation of color #349CAA: hue angle of 187.12º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349CAA is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 156 170 -
CMYK 0.69 0.08 0 0.33
HSL 187.12º 0.53% 0.44% -
HSV(B) 187.12º 0.69% 0.67% -
XYZ 20.56 27.41 42.24 -
YUV 126.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 52 156 170 0.69 0.08 0 0.33 187.12 0.53 0.44
Hex 34 9C AA 45 8 0 21 BB 35 2C
Octal 64 234 252 105 10 0 41 273 65 54
Binary 110100 10011100 10101010 1000101 1000 0 100001 10111011 110101 101100

Color Harmonies of #349CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CAA

Black with #349CAA

Text Example


Text Example

White with #349CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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