Html Css Color HEX #349BAC Pelorous

📋 copy color: '#349BAC'

red 52 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #349BAC

Tints of Pelorous #349BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 13.72%
G = 40.9%
B = 45.38%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#349BAC (or 0x349BAC) is known color: Pelorous. HEX triplet: 34, 9B and AC. RGB value is (52,155,172). Sum of RGB (Red+Green+Blue) = 52+155+172=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #349BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349BAC is #CB6453. Grayscale: #7D7D7D. Windows color (decimal): -13329492 or 11311924. OLE color: 11311924.

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

Color convert

RGB 52 155 172 -
CMYK 0.70 0.10 0 0.33
HSL 188.5º 0.54% 0.44% -
HSV(B) 188.5º 0.7% 0.67% -
XYZ 20.58 27.15 43.19 -
YUV 126.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 52 155 172 0.70 0.10 0 0.33 188.5 0.54 0.44
Hex 34 9B AC 46 A 0 21 BC 36 2C
Octal 64 233 254 106 12 0 41 274 66 54
Binary 110100 10011011 10101100 1000110 1010 0 100001 10111100 110110 101100

Color Harmonies of #349BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BAC

Black with #349BAC

Text Example


Text Example

White with #349BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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