Html Css Color HEX #349BBF Pelorous

📋 copy color: '#349BBF'

red 52 ◦ green 155 ◦ blue 191

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

Shades of Pelorous #349BBF

Tints of Pelorous #349BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 13.07%
G = 38.94%
B = 47.99%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#349BBF (or 0x349BBF) is known color: Pelorous. HEX triplet: 34, 9B and BF. RGB value is (52,155,191). Sum of RGB (Red+Green+Blue) = 52+155+191=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #349BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BBF is #CB6440. Grayscale: #808080. Windows color (decimal): -13329473 or 12557108. OLE color: 12557108.

HSL color Cylindrical-coordinate representation of color #349BBF: hue angle of 195.54º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #349BBF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 155 191 -
CMYK 0.73 0.19 0 0.25
HSL 195.54º 0.57% 0.48% -
HSV(B) 195.54º 0.73% 0.75% -
XYZ 22.54 27.93 53.49 -
YUV 128.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 52 155 191 0.73 0.19 0 0.25 195.54 0.57 0.48
Hex 34 9B BF 49 13 0 19 C4 39 30
Octal 64 233 277 111 23 0 31 304 71 60
Binary 110100 10011011 10111111 1001001 10011 0 11001 11000100 111001 110000

Color Harmonies of #349BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BBF

Black with #349BBF

Text Example


Text Example

White with #349BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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