Html Css Color HEX #349DB6 Pelorous

📋 copy color: '#349DB6'

red 52 ◦ green 157 ◦ blue 182

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

Shades of Pelorous #349DB6

Tints of Pelorous #349DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.55%

R = 13.3%
G = 40.15%
B = 46.55%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#349DB6 (or 0x349DB6) is known color: Pelorous. HEX triplet: 34, 9D and B6. RGB value is (52,157,182). Sum of RGB (Red+Green+Blue) = 52+157+182=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #349DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349DB6 is #CB6249. Grayscale: #808080. Windows color (decimal): -13328970 or 11967796. OLE color: 11967796.

HSL color Cylindrical-coordinate representation of color #349DB6: hue angle of 191.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #349DB6 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 157 182 -
CMYK 0.71 0.14 0 0.29
HSL 191.54º 0.56% 0.46% -
HSV(B) 191.54º 0.71% 0.71% -
XYZ 21.92 28.22 48.55 -
YUV 128.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 52 157 182 0.71 0.14 0 0.29 191.54 0.56 0.46
Hex 34 9D B6 47 E 0 1D C0 38 2E
Octal 64 235 266 107 16 0 35 300 70 56
Binary 110100 10011101 10110110 1000111 1110 0 11101 11000000 111000 101110

Color Harmonies of #349DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DB6

Black with #349DB6

Text Example


Text Example

White with #349DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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