#3283B0

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

Shades of Curious Blue #3283B0

Tints of Curious Blue #3283B0

Color information

#3283B0 (or 0x3283B0) is unknown color: approx Curious Blue. HEX triplet: 32, 83 and B0. RGB value is (50,131,176). Sum of RGB (Red+Green+Blue) = 50+131+176=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #3283B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3283B0 is #CD7C4F. Grayscale: #6F6F6F. Windows color (decimal): -13466704 or 11567922. OLE color: 11567922.

HSL color Cylindrical-coordinate representation of color #3283B0: hue angle of 201.43º 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 #3283B0 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50131176-
CMYK0.720.2600.31
HSL201.43º55.75%44.31%-
HSV(B)201.43º71.59%69.02%-
XYZ17.2720.0544.03-
YUV111.91164.1683.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=14.01%
G=36.69%
B=49.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501311760.720.2600.31201.4355.7544.31
Hex3283B0481A01Fc9382c
Octal62203260110320373117054
Binary110010100000111011000010010001101001111111001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3283B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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