#2785BE

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

Shades of Curious Blue #2785BE

Tints of Curious Blue #2785BE

Color information

#2785BE (or 0x2785BE) is unknown color: approx Curious Blue. HEX triplet: 27, 85 and BE. RGB value is (39,133,190). Sum of RGB (Red+Green+Blue) = 39+133+190=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #2785BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2785BE is #D87A41. Grayscale: #6F6F6F. Windows color (decimal): -14187074 or 12485927. OLE color: 12485927.

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

Color convert

RGB39133190-
CMYK0.790.300.25
HSL202.65º65.94%44.9%-
HSV(B)202.65º79.47%74.51%-
XYZ18.5220.9251.78-
YUV111.39172.3676.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.77%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=10.77%
G=36.74%
B=52.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391331900.790.300.25202.6565.9444.9
Hex2785BE4F1E019cb422d
Octal472052761173603131310255
Binary1001111000010110111110100111111110011001110010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2785BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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