Html Css Color HEX #3497BD Pelorous

📋 copy color: '#3497BD'

red 52 ◦ green 151 ◦ blue 189

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

Shades of Pelorous #3497BD

Tints of Pelorous #3497BD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

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

R = 13.27%
G = 38.52%
B = 48.21%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3497BD (or 0x3497BD) is known color: Pelorous. HEX triplet: 34, 97 and BD. RGB value is (52,151,189). Sum of RGB (Red+Green+Blue) = 52+151+189=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #3497BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497BD is #CB6842. Grayscale: #7D7D7D. Windows color (decimal): -13330499 or 12425012. OLE color: 12425012.

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

Color convert

RGB 52 151 189 -
CMYK 0.72 0.20 0 0.26
HSL 196.64º 0.57% 0.47% -
HSV(B) 196.64º 0.72% 0.74% -
XYZ 21.67 26.54 52.12 -
YUV 125.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 52 151 189 0.72 0.20 0 0.26 196.64 0.57 0.47
Hex 34 97 BD 48 14 0 1A C5 39 2F
Octal 64 227 275 110 24 0 32 305 71 57
Binary 110100 10010111 10111101 1001000 10100 0 11010 11000101 111001 101111

Color Harmonies of #3497BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497BD

Black with #3497BD

Text Example


Text Example

White with #3497BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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