Html Css Color HEX #349BAE Pelorous

📋 copy color: '#349BAE'

red 52 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #349BAE

Tints of Pelorous #349BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 13.65%
G = 40.68%
B = 45.67%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#349BAE (or 0x349BAE) is known color: Pelorous. HEX triplet: 34, 9B and AE. RGB value is (52,155,174). Sum of RGB (Red+Green+Blue) = 52+155+174=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #349BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349BAE is #CB6451. Grayscale: #7E7E7E. Windows color (decimal): -13329490 or 11442996. OLE color: 11442996.

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

Color convert

RGB 52 155 174 -
CMYK 0.70 0.11 0 0.32
HSL 189.34º 0.54% 0.44% -
HSV(B) 189.34º 0.7% 0.68% -
XYZ 20.78 27.23 44.2 -
YUV 126.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 52 155 174 0.70 0.11 0 0.32 189.34 0.54 0.44
Hex 34 9B AE 46 B 0 20 BD 36 2C
Octal 64 233 256 106 13 0 40 275 66 54
Binary 110100 10011011 10101110 1000110 1011 0 100000 10111101 110110 101100

Color Harmonies of #349BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BAE

Black with #349BAE

Text Example


Text Example

White with #349BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,155,174); }

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

background-color css

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

 a { background-color: rgb(52,155,174); }

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

border-color css

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

 span { border-color: rgb(52,155,174); }

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