Html Css Color HEX #3295BD Pelorous

📋 copy color: '#3295BD'

red 50 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #3295BD

Tints of Pelorous #3295BD

RGB

 RED value IS 50 (19.92% from 255) = 12.89%

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

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

R = 12.89%
G = 38.4%
B = 48.71%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3295BD (or 0x3295BD) is known color: Pelorous. HEX triplet: 32, 95 and BD. RGB value is (50,149,189). Sum of RGB (Red+Green+Blue) = 50+149+189=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #3295BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295BD is #CD6A42. Grayscale: #7B7B7B. Windows color (decimal): -13462083 or 12424498. OLE color: 12424498.

HSL color Cylindrical-coordinate representation of color #3295BD: hue angle of 197.27º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3295BD is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 149 189 -
CMYK 0.74 0.21 0 0.26
HSL 197.27º 0.58% 0.47% -
HSV(B) 197.27º 0.74% 0.74% -
XYZ 21.25 25.85 52.01 -
YUV 123.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 50 149 189 0.74 0.21 0 0.26 197.27 0.58 0.47
Hex 32 95 BD 4A 15 0 1A C5 3A 2F
Octal 62 225 275 112 25 0 32 305 72 57
Binary 110010 10010101 10111101 1001010 10101 0 11010 11000101 111010 101111

Color Harmonies of #3295BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295BD

Black with #3295BD

Text Example


Text Example

White with #3295BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,149,189); }

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

background-color css

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

 a { background-color: rgb(50,149,189); }

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

border-color css

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

 span { border-color: rgb(50,149,189); }

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