Html Css Color HEX #349BC9 Pelorous

📋 copy color: '#349BC9'

red 52 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #349BC9

Tints of Pelorous #349BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 12.75%
G = 37.99%
B = 49.26%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#349BC9 (or 0x349BC9) is known color: Pelorous. HEX triplet: 34, 9B and C9. RGB value is (52,155,201). Sum of RGB (Red+Green+Blue) = 52+155+201=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #349BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BC9 is #CB6436. Grayscale: #818181. Windows color (decimal): -13329463 or 13212468. OLE color: 13212468.

HSL color Cylindrical-coordinate representation of color #349BC9: hue angle of 198.52º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349BC9 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 155 201 -
CMYK 0.74 0.23 0 0.21
HSL 198.52º 0.59% 0.5% -
HSV(B) 198.52º 0.74% 0.79% -
XYZ 23.68 28.39 59.49 -
YUV 129.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 52 155 201 0.74 0.23 0 0.21 198.52 0.59 0.5
Hex 34 9B C9 4A 17 0 15 C7 3B 32
Octal 64 233 311 112 27 0 25 307 73 62
Binary 110100 10011011 11001001 1001010 10111 0 10101 11000111 111011 110010

Color Harmonies of #349BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BC9

Black with #349BC9

Text Example


Text Example

White with #349BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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