Html Css Color HEX #3495BC Pelorous

📋 copy color: '#3495BC'

red 52 ◦ green 149 ◦ blue 188

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

Shades of Pelorous #3495BC

Tints of Pelorous #3495BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 13.37%
G = 38.3%
B = 48.33%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3495BC (or 0x3495BC) is known color: Pelorous. HEX triplet: 34, 95 and BC. RGB value is (52,149,188). Sum of RGB (Red+Green+Blue) = 52+149+188=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3495BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3495BC is #CB6A43. Grayscale: #7C7C7C. Windows color (decimal): -13331012 or 12358964. OLE color: 12358964.

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

Color convert

RGB 52 149 188 -
CMYK 0.72 0.21 0 0.26
HSL 197.21º 0.57% 0.47% -
HSV(B) 197.21º 0.72% 0.74% -
XYZ 21.24 25.86 51.45 -
YUV 124.44 163.86 76.33 -
System Red Green Blue C M Y K H S L
Decimal 52 149 188 0.72 0.21 0 0.26 197.21 0.57 0.47
Hex 34 95 BC 48 15 0 1A C5 39 2F
Octal 64 225 274 110 25 0 32 305 71 57
Binary 110100 10010101 10111100 1001000 10101 0 11010 11000101 111001 101111

Color Harmonies of #3495BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495BC

Black with #3495BC

Text Example


Text Example

White with #3495BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3495BC; }

 p { color: rgb(52,149,188); }

 H1.HeaderClassName
 {
   color: #3495BC;
 }
 .AnyTagClassName
 {
   color: #3495BC;
 }
</style>

background-color css

<style>
 a { background-color: #3495BC; }

 a { background-color: rgb(52,149,188); }

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

border-color css

<style>
 span { border-color: #3495BC; }

 span { border-color: rgb(52,149,188); }

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