Html Css Color HEX #3296BC Pelorous

📋 copy color: '#3296BC'

red 50 ◦ green 150 ◦ blue 188

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

Shades of Pelorous #3296BC

Tints of Pelorous #3296BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 12.89%
G = 38.66%
B = 48.45%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3296BC (or 0x3296BC) is known color: Pelorous. HEX triplet: 32, 96 and BC. RGB value is (50,150,188). Sum of RGB (Red+Green+Blue) = 50+150+188=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3296BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296BC is #CD6943. Grayscale: #7C7C7C. Windows color (decimal): -13461828 or 12359218. OLE color: 12359218.

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

Color convert

RGB 50 150 188 -
CMYK 0.73 0.20 0 0.26
HSL 196.52º 0.58% 0.47% -
HSV(B) 196.52º 0.73% 0.74% -
XYZ 21.3 26.12 51.5 -
YUV 124.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 50 150 188 0.73 0.20 0 0.26 196.52 0.58 0.47
Hex 32 96 BC 49 14 0 1A C5 3A 2F
Octal 62 226 274 111 24 0 32 305 72 57
Binary 110010 10010110 10111100 1001001 10100 0 11010 11000101 111010 101111

Color Harmonies of #3296BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3296BC

Black with #3296BC

Text Example


Text Example

White with #3296BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,150,188); }

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

background-color css

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

 a { background-color: rgb(50,150,188); }

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

border-color css

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

 span { border-color: rgb(50,150,188); }

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