Html Css Color HEX #3295BA Pelorous

📋 copy color: '#3295BA'

red 50 ◦ green 149 ◦ blue 186

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

Shades of Pelorous #3295BA

Tints of Pelorous #3295BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 12.99%
G = 38.7%
B = 48.31%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3295BA (or 0x3295BA) is known color: Pelorous. HEX triplet: 32, 95 and BA. RGB value is (50,149,186). Sum of RGB (Red+Green+Blue) = 50+149+186=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #3295BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295BA is #CD6A45. Grayscale: #7B7B7B. Windows color (decimal): -13462086 or 12227890. OLE color: 12227890.

HSL color Cylindrical-coordinate representation of color #3295BA: hue angle of 196.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3295BA is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 149 186 -
CMYK 0.73 0.20 0 0.27
HSL 196.32º 0.58% 0.46% -
HSV(B) 196.32º 0.73% 0.73% -
XYZ 20.93 25.72 50.32 -
YUV 123.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 50 149 186 0.73 0.20 0 0.27 196.32 0.58 0.46
Hex 32 95 BA 49 14 0 1B C4 3A 2E
Octal 62 225 272 111 24 0 33 304 72 56
Binary 110010 10010101 10111010 1001001 10100 0 11011 11000100 111010 101110

Color Harmonies of #3295BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295BA

Black with #3295BA

Text Example


Text Example

White with #3295BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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