Html Css Color HEX #349FBC Pelorous

📋 copy color: '#349FBC'

red 52 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #349FBC

Tints of Pelorous #349FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 13.03%
G = 39.85%
B = 47.12%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#349FBC (or 0x349FBC) is known color: Pelorous. HEX triplet: 34, 9F and BC. RGB value is (52,159,188). Sum of RGB (Red+Green+Blue) = 52+159+188=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #349FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FBC is #CB6043. Grayscale: #828282. Windows color (decimal): -13328452 or 12361524. OLE color: 12361524.

HSL color Cylindrical-coordinate representation of color #349FBC: hue angle of 192.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349FBC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 159 188 -
CMYK 0.72 0.15 0 0.26
HSL 192.79º 0.57% 0.47% -
HSV(B) 192.79º 0.72% 0.74% -
XYZ 22.89 29.16 52 -
YUV 130.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 52 159 188 0.72 0.15 0 0.26 192.79 0.57 0.47
Hex 34 9F BC 48 F 0 1A C1 39 2F
Octal 64 237 274 110 17 0 32 301 71 57
Binary 110100 10011111 10111100 1001000 1111 0 11010 11000001 111001 101111

Color Harmonies of #349FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FBC

Black with #349FBC

Text Example


Text Example

White with #349FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,159,188); }

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

background-color css

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

 a { background-color: rgb(52,159,188); }

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

border-color css

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

 span { border-color: rgb(52,159,188); }

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