Html Css Color HEX #349ABC Pelorous

📋 copy color: '#349ABC'

red 52 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #349ABC

Tints of Pelorous #349ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 13.2%
G = 39.09%
B = 47.72%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#349ABC (or 0x349ABC) is known color: Pelorous. HEX triplet: 34, 9A and BC. RGB value is (52,154,188). Sum of RGB (Red+Green+Blue) = 52+154+188=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #349ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ABC is #CB6543. Grayscale: #7F7F7F. Windows color (decimal): -13329732 or 12360244. OLE color: 12360244.

HSL color Cylindrical-coordinate representation of color #349ABC: hue angle of 195º 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 #349ABC is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 154 188 -
CMYK 0.72 0.18 0 0.26
HSL 195º 0.57% 0.47% -
HSV(B) 195º 0.72% 0.74% -
XYZ 22.05 27.47 51.72 -
YUV 127.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 52 154 188 0.72 0.18 0 0.26 195 0.57 0.47
Hex 34 9A BC 48 12 0 1A C3 39 2F
Octal 64 232 274 110 22 0 32 303 71 57
Binary 110100 10011010 10111100 1001000 10010 0 11010 11000011 111001 101111

Color Harmonies of #349ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349ABC

Black with #349ABC

Text Example


Text Example

White with #349ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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