#3085CD

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

Shades of Curious Blue #3085CD

Tints of Curious Blue #3085CD

Color information

#3085CD (or 0x3085CD) is unknown color: approx Curious Blue. HEX triplet: 30, 85 and CD. RGB value is (48,133,205). Sum of RGB (Red+Green+Blue) = 48+133+205=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #3085CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085CD is #CF7A32. Grayscale: #737373. Windows color (decimal): -13597235 or 13468976. OLE color: 13468976.

HSL color Cylindrical-coordinate representation of color #3085CD: hue angle of 207.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3085CD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48133205-
CMYK0.770.3500.20
HSL207.52º62.06%49.61%-
HSV(B)207.52º76.59%80.39%-
XYZ20.6321.8160.88-
YUV115.79178.3479.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.44%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 53.11%
R=12.44%
G=34.46%
B=53.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481332050.770.3500.20207.5262.0649.61
Hex3085CD4D23014d03e32
Octal60205315115430243207662
Binary1100001000010111001101100110110001101010011010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3085CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3085CD; }

 p { color: rgb(48,133,205); }

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

<style>
 a { background-color: #3085CD; }

 a { background-color: rgb(48,133,205); }

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

<style>
 span { border-color: #3085CD; }

 span { border-color: rgb(48,133,205); }

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