Html Css Color HEX #349CAF Pelorous

📋 copy color: '#349CAF'

red 52 ◦ green 156 ◦ blue 175

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

Shades of Pelorous #349CAF

Tints of Pelorous #349CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 13.58%
G = 40.73%
B = 45.69%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#349CAF (or 0x349CAF) is known color: Pelorous. HEX triplet: 34, 9C and AF. RGB value is (52,156,175). Sum of RGB (Red+Green+Blue) = 52+156+175=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #349CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349CAF is #CB6350. Grayscale: #7E7E7E. Windows color (decimal): -13329233 or 11508788. OLE color: 11508788.

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

Color convert

RGB 52 156 175 -
CMYK 0.70 0.11 0 0.31
HSL 189.27º 0.54% 0.45% -
HSV(B) 189.27º 0.7% 0.69% -
XYZ 21.04 27.6 44.78 -
YUV 127.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 52 156 175 0.70 0.11 0 0.31 189.27 0.54 0.45
Hex 34 9C AF 46 B 0 1F BD 36 2D
Octal 64 234 257 106 13 0 37 275 66 55
Binary 110100 10011100 10101111 1000110 1011 0 11111 10111101 110110 101101

Color Harmonies of #349CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CAF

Black with #349CAF

Text Example


Text Example

White with #349CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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