Html Css Color HEX #3294BB Pelorous

📋 copy color: '#3294BB'

red 50 ◦ green 148 ◦ blue 187

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

Shades of Pelorous #3294BB

Tints of Pelorous #3294BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 12.99%
G = 38.44%
B = 48.57%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3294BB (or 0x3294BB) is known color: Pelorous. HEX triplet: 32, 94 and BB. RGB value is (50,148,187). Sum of RGB (Red+Green+Blue) = 50+148+187=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #3294BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3294BB is #CD6B44. Grayscale: #7A7A7A. Windows color (decimal): -13462341 or 12293170. OLE color: 12293170.

HSL color Cylindrical-coordinate representation of color #3294BB: hue angle of 197.08º 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 #3294BB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 148 187 -
CMYK 0.73 0.21 0 0.27
HSL 197.08º 0.58% 0.46% -
HSV(B) 197.08º 0.73% 0.73% -
XYZ 20.87 25.45 50.83 -
YUV 123.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 50 148 187 0.73 0.21 0 0.27 197.08 0.58 0.46
Hex 32 94 BB 49 15 0 1B C5 3A 2E
Octal 62 224 273 111 25 0 33 305 72 56
Binary 110010 10010100 10111011 1001001 10101 0 11011 11000101 111010 101110

Color Harmonies of #3294BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3294BB

Black with #3294BB

Text Example


Text Example

White with #3294BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3294BB; }

 p { color: rgb(50,148,187); }

 H1.HeaderClassName
 {
   color: #3294BB;
 }
 .AnyTagClassName
 {
   color: #3294BB;
 }
</style>

background-color css

<style>
 a { background-color: #3294BB; }

 a { background-color: rgb(50,148,187); }

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

border-color css

<style>
 span { border-color: #3294BB; }

 span { border-color: rgb(50,148,187); }

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