#2680C4

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

Shades of Curious Blue #2680C4

Tints of Curious Blue #2680C4

Color information

#2680C4 (or 0x2680C4) is unknown color: approx Curious Blue. HEX triplet: 26, 80 and C4. RGB value is (38,128,196). Sum of RGB (Red+Green+Blue) = 38+128+196=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #2680C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680C4 is #D97F3B. Grayscale: #6C6C6C. Windows color (decimal): -14253884 or 12877862. OLE color: 12877862.

HSL color Cylindrical-coordinate representation of color #2680C4: hue angle of 205.82º 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 #2680C4 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38128196-
CMYK0.810.3500.23
HSL205.82º67.52%45.88%-
HSV(B)205.82º80.61%76.86%-
XYZ18.4819.8455.08-
YUV108.84177.1877.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.50%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 196 (76.95% from 255) = 54.14%
R=10.50%
G=35.36%
B=54.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381281960.810.3500.23205.8267.5245.88
Hex2680C45123017ce442e
Octal462003041214302731610456
Binary10011010000000110001001010001100011010111110011101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2680C4; }

 p { color: rgb(38,128,196); }

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

<style>
 a { background-color: #2680C4; }

 a { background-color: rgb(38,128,196); }

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

<style>
 span { border-color: #2680C4; }

 span { border-color: rgb(38,128,196); }

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