Html Css Color HEX #349CBA Pelorous

📋 copy color: '#349CBA'

red 52 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #349CBA

Tints of Pelorous #349CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 13.2%
G = 39.59%
B = 47.21%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#349CBA (or 0x349CBA) is known color: Pelorous. HEX triplet: 34, 9C and BA. RGB value is (52,156,186). Sum of RGB (Red+Green+Blue) = 52+156+186=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #349CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CBA is #CB6345. Grayscale: #808080. Windows color (decimal): -13329222 or 12229684. OLE color: 12229684.

HSL color Cylindrical-coordinate representation of color #349CBA: hue angle of 193.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349CBA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 156 186 -
CMYK 0.72 0.16 0 0.27
HSL 193.43º 0.56% 0.47% -
HSV(B) 193.43º 0.72% 0.73% -
XYZ 22.17 28.05 50.7 -
YUV 128.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 52 156 186 0.72 0.16 0 0.27 193.43 0.56 0.47
Hex 34 9C BA 48 10 0 1B C1 38 2F
Octal 64 234 272 110 20 0 33 301 70 57
Binary 110100 10011100 10111010 1001000 10000 0 11011 11000001 111000 101111

Color Harmonies of #349CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CBA

Black with #349CBA

Text Example


Text Example

White with #349CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,156,186); }

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

background-color css

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

 a { background-color: rgb(52,156,186); }

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

border-color css

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

 span { border-color: rgb(52,156,186); }

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