#3288B0

Color #3288B0 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3288B0

Tints of Curious Blue #3288B0

Color information

#3288B0 (or 0x3288B0) is unknown color: approx Curious Blue. HEX triplet: 32, 88 and B0. RGB value is (50,136,176). Sum of RGB (Red+Green+Blue) = 50+136+176=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #3288B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288B0 is #CD774F. Grayscale: #727272. Windows color (decimal): -13465424 or 11569202. OLE color: 11569202.

HSL color Cylindrical-coordinate representation of color #3288B0: hue angle of 199.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3288B0 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50136176-
CMYK0.720.2300.31
HSL199.05º55.75%44.31%-
HSV(B)199.05º71.59%69.02%-
XYZ17.9621.4244.26-
YUV114.85162.5181.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 176 (69.14% from 255) = 48.62%
R=13.81%
G=37.57%
B=48.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501361760.720.2300.31199.0555.7544.31
Hex3288B0481701Fc7382c
Octal62210260110270373077054
Binary110010100010001011000010010001011101111111000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3288B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3288B0; }

 p { color: rgb(50,136,176); }

 H1.HeaderClassName
 {
   color: #3288B0;
 }
 .AnyTagClassName
 {
   color: #3288B0;
 }
</style>
background-color css

<style>
 a { background-color: #3288B0; }

 a { background-color: rgb(50,136,176); }

 div.DivClassName
 {
   background-color: #3288B0;
 }
 .BgClassName
 {
   background-color: #3288B0;
 }
</style>
border-color css

<style>
 span { border-color: #3288B0; }

 span { border-color: rgb(50,136,176); }

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