#3282BD

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

Shades of Curious Blue #3282BD

Tints of Curious Blue #3282BD

Color information

#3282BD (or 0x3282BD) is unknown color: approx Curious Blue. HEX triplet: 32, 82 and BD. RGB value is (50,130,189). Sum of RGB (Red+Green+Blue) = 50+130+189=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #3282BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3282BD is #CD7D42. Grayscale: #707070. Windows color (decimal): -13466947 or 12419634. OLE color: 12419634.

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

Color convert

RGB50130189-
CMYK0.740.3100.26
HSL205.47º58.16%46.86%-
HSV(B)205.47º73.54%74.12%-
XYZ18.4820.3251.09-
YUV112.8117183.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.55%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=13.55%
G=35.23%
B=51.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501301890.740.3100.26205.4758.1646.86
Hex3282BD4A1F01Acd3a2f
Octal62202275112370323157257
Binary110010100000101011110110010101111101101011001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3282BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3282BD; }

 p { color: rgb(50,130,189); }

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

<style>
 a { background-color: #3282BD; }

 a { background-color: rgb(50,130,189); }

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

<style>
 span { border-color: #3282BD; }

 span { border-color: rgb(50,130,189); }

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