#3285BE

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

Shades of Curious Blue #3285BE

Tints of Curious Blue #3285BE

Color information

#3285BE (or 0x3285BE) is unknown color: approx Curious Blue. HEX triplet: 32, 85 and BE. RGB value is (50,133,190). Sum of RGB (Red+Green+Blue) = 50+133+190=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #3285BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285BE is #CD7A41. Grayscale: #727272. Windows color (decimal): -13466178 or 12485938. OLE color: 12485938.

HSL color Cylindrical-coordinate representation of color #3285BE: hue angle of 204.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3285BE is Cyan = 0.74, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50133190-
CMYK0.740.300.25
HSL204.43º58.33%47.06%-
HSV(B)204.43º73.68%74.51%-
XYZ1921.1751.8-
YUV114.68170.581.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.40%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=13.40%
G=35.66%
B=50.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501331900.740.300.25204.4358.3347.06
Hex3285BE4A1E019cc3a2f
Octal62205276112360313147257
Binary110010100001011011111010010101111001100111001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3285BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3285BE; }

 p { color: rgb(50,133,190); }

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

<style>
 a { background-color: #3285BE; }

 a { background-color: rgb(50,133,190); }

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

<style>
 span { border-color: #3285BE; }

 span { border-color: rgb(50,133,190); }

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