Html Css Color HEX #349DAE Pelorous

📋 copy color: '#349DAE'

red 52 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #349DAE

Tints of Pelorous #349DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

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

R = 13.58%
G = 40.99%
B = 45.43%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#349DAE (or 0x349DAE) is known color: Pelorous. HEX triplet: 34, 9D and AE. RGB value is (52,157,174). Sum of RGB (Red+Green+Blue) = 52+157+174=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #349DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349DAE is #CB6251. Grayscale: #7F7F7F. Windows color (decimal): -13328978 or 11443508. OLE color: 11443508.

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

Color convert

RGB 52 157 174 -
CMYK 0.70 0.10 0 0.32
HSL 188.36º 0.54% 0.44% -
HSV(B) 188.36º 0.7% 0.68% -
XYZ 21.11 27.9 44.32 -
YUV 127.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 52 157 174 0.70 0.10 0 0.32 188.36 0.54 0.44
Hex 34 9D AE 46 A 0 20 BC 36 2C
Octal 64 235 256 106 12 0 40 274 66 54
Binary 110100 10011101 10101110 1000110 1010 0 100000 10111100 110110 101100

Color Harmonies of #349DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DAE

Black with #349DAE

Text Example


Text Example

White with #349DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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