#2683BF

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

Shades of Curious Blue #2683BF

Tints of Curious Blue #2683BF

Color information

#2683BF (or 0x2683BF) is unknown color: approx Curious Blue. HEX triplet: 26, 83 and BF. RGB value is (38,131,191). Sum of RGB (Red+Green+Blue) = 38+131+191=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #2683BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683BF is #D97C40. Grayscale: #6D6D6D. Windows color (decimal): -14253121 or 12550950. OLE color: 12550950.

HSL color Cylindrical-coordinate representation of color #2683BF: hue angle of 203.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2683BF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38131191-
CMYK0.800.3100.25
HSL203.53º66.81%44.9%-
HSV(B)203.53º80.1%74.9%-
XYZ18.3220.4152.26-
YUV110.03173.6976.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.56%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 191 (75% from 255) = 53.06%
R=10.56%
G=36.39%
B=53.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381311910.800.3100.25203.5366.8144.9
Hex2683BF501F019cc432d
Octal462032771203703131410355
Binary1001101000001110111111101000011111011001110011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2683BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2683BF; }

 p { color: rgb(38,131,191); }

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

<style>
 a { background-color: #2683BF; }

 a { background-color: rgb(38,131,191); }

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

<style>
 span { border-color: #2683BF; }

 span { border-color: rgb(38,131,191); }

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