#2985BC

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

Shades of Curious Blue #2985BC

Tints of Curious Blue #2985BC

Color information

#2985BC (or 0x2985BC) is unknown color: approx Curious Blue. HEX triplet: 29, 85 and BC. RGB value is (41,133,188). Sum of RGB (Red+Green+Blue) = 41+133+188=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #2985BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2985BC is #D67A43. Grayscale: #6F6F6F. Windows color (decimal): -14056004 or 12354857. OLE color: 12354857.

HSL color Cylindrical-coordinate representation of color #2985BC: hue angle of 202.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2985BC is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41133188-
CMYK0.780.2900.26
HSL202.45º64.19%44.9%-
HSV(B)202.45º78.19%73.73%-
XYZ18.3820.8850.64-
YUV111.76171.0277.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.33%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=11.33%
G=36.74%
B=51.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411331880.780.2900.26202.4564.1944.9
Hex2985BC4E1D01Aca402d
Octal512052741163503231210055
Binary1010011000010110111100100111011101011010110010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2985BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2985BC; }

 p { color: rgb(41,133,188); }

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

<style>
 a { background-color: #2985BC; }

 a { background-color: rgb(41,133,188); }

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

<style>
 span { border-color: #2985BC; }

 span { border-color: rgb(41,133,188); }

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