Html Css Color HEX #349EBD Pelorous

📋 copy color: '#349EBD'

red 52 ◦ green 158 ◦ blue 189

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

Shades of Pelorous #349EBD

Tints of Pelorous #349EBD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.6%

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 13.03%
G = 39.6%
B = 47.37%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#349EBD (or 0x349EBD) is known color: Pelorous. HEX triplet: 34, 9E and BD. RGB value is (52,158,189). Sum of RGB (Red+Green+Blue) = 52+158+189=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #349EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EBD is #CB6142. Grayscale: #818181. Windows color (decimal): -13328707 or 12426804. OLE color: 12426804.

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

Color convert

RGB 52 158 189 -
CMYK 0.72 0.16 0 0.26
HSL 193.58º 0.57% 0.47% -
HSV(B) 193.58º 0.72% 0.74% -
XYZ 22.83 28.86 52.51 -
YUV 129.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 52 158 189 0.72 0.16 0 0.26 193.58 0.57 0.47
Hex 34 9E BD 48 10 0 1A C2 39 2F
Octal 64 236 275 110 20 0 32 302 71 57
Binary 110100 10011110 10111101 1001000 10000 0 11010 11000010 111001 101111

Color Harmonies of #349EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EBD

Black with #349EBD

Text Example


Text Example

White with #349EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,158,189); }

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

background-color css

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

 a { background-color: rgb(52,158,189); }

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

border-color css

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

 span { border-color: rgb(52,158,189); }

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