Html Css Color HEX #3499BD Pelorous

📋 copy color: '#3499BD'

red 52 ◦ green 153 ◦ blue 189

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

Shades of Pelorous #3499BD

Tints of Pelorous #3499BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 13.2%
G = 38.83%
B = 47.97%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3499BD (or 0x3499BD) is known color: Pelorous. HEX triplet: 34, 99 and BD. RGB value is (52,153,189). Sum of RGB (Red+Green+Blue) = 52+153+189=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #3499BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3499BD is #CB6642. Grayscale: #7E7E7E. Windows color (decimal): -13329987 or 12425524. OLE color: 12425524.

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

Color convert

RGB 52 153 189 -
CMYK 0.72 0.19 0 0.26
HSL 195.77º 0.57% 0.47% -
HSV(B) 195.77º 0.72% 0.74% -
XYZ 21.99 27.19 52.23 -
YUV 126.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 52 153 189 0.72 0.19 0 0.26 195.77 0.57 0.47
Hex 34 99 BD 48 13 0 1A C4 39 2F
Octal 64 231 275 110 23 0 32 304 71 57
Binary 110100 10011001 10111101 1001000 10011 0 11010 11000100 111001 101111

Color Harmonies of #3499BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3499BD

Black with #3499BD

Text Example


Text Example

White with #3499BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3499BD; }

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

 H1.HeaderClassName
 {
   color: #3499BD;
 }
 .AnyTagClassName
 {
   color: #3499BD;
 }
</style>

background-color css

<style>
 a { background-color: #3499BD; }

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

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

border-color css

<style>
 span { border-color: #3499BD; }

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

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