Html Css Color HEX #3497B4 Pelorous

📋 copy color: '#3497B4'

red 52 ◦ green 151 ◦ blue 180

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

Shades of Pelorous #3497B4

Tints of Pelorous #3497B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 13.58%
G = 39.43%
B = 47%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3497B4 (or 0x3497B4) is known color: Pelorous. HEX triplet: 34, 97 and B4. RGB value is (52,151,180). Sum of RGB (Red+Green+Blue) = 52+151+180=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #3497B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497B4 is #CB684B. Grayscale: #7C7C7C. Windows color (decimal): -13330508 or 11835188. OLE color: 11835188.

HSL color Cylindrical-coordinate representation of color #3497B4: hue angle of 193.59º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3497B4 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 151 180 -
CMYK 0.71 0.16 0 0.29
HSL 193.59º 0.55% 0.45% -
HSV(B) 193.59º 0.71% 0.71% -
XYZ 20.72 26.16 47.14 -
YUV 124.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 52 151 180 0.71 0.16 0 0.29 193.59 0.55 0.45
Hex 34 97 B4 47 10 0 1D C2 37 2D
Octal 64 227 264 107 20 0 35 302 67 55
Binary 110100 10010111 10110100 1000111 10000 0 11101 11000010 110111 101101

Color Harmonies of #3497B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497B4

Black with #3497B4

Text Example


Text Example

White with #3497B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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