#2685C5

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

Shades of Curious Blue #2685C5

Tints of Curious Blue #2685C5

Color information

#2685C5 (or 0x2685C5) is unknown color: approx Curious Blue. HEX triplet: 26, 85 and C5. RGB value is (38,133,197). Sum of RGB (Red+Green+Blue) = 38+133+197=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #2685C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685C5 is #D97A3A. Grayscale: #6F6F6F. Windows color (decimal): -14252603 or 12944678. OLE color: 12944678.

HSL color Cylindrical-coordinate representation of color #2685C5: hue angle of 204.15º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2685C5 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38133197-
CMYK0.810.3200.23
HSL204.15º67.66%46.08%-
HSV(B)204.15º80.71%77.25%-
XYZ19.2621.2255.9-
YUV111.89176.0375.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.33%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 197 (77.34% from 255) = 53.53%
R=10.33%
G=36.14%
B=53.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381331970.810.3200.23204.1567.6646.08
Hex2685C55120017cc442e
Octal462053051214002731410456
Binary10011010000101110001011010001100000010111110011001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2685C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2685C5; }

 p { color: rgb(38,133,197); }

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

<style>
 a { background-color: #2685C5; }

 a { background-color: rgb(38,133,197); }

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

<style>
 span { border-color: #2685C5; }

 span { border-color: rgb(38,133,197); }

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