#2683BE

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

Shades of Curious Blue #2683BE

Tints of Curious Blue #2683BE

Color information

#2683BE (or 0x2683BE) is unknown color: approx Curious Blue. HEX triplet: 26, 83 and BE. RGB value is (38,131,190). Sum of RGB (Red+Green+Blue) = 38+131+190=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #2683BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683BE is #D97C41. Grayscale: #6D6D6D. Windows color (decimal): -14253122 or 12485414. OLE color: 12485414.

HSL color Cylindrical-coordinate representation of color #2683BE: hue angle of 203.29º 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 #2683BE is Cyan = 0.8, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38131190-
CMYK0.80.3100.25
HSL203.29º66.67%44.71%-
HSV(B)203.29º80%74.51%-
XYZ18.2120.3651.69-
YUV109.92173.1976.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.58%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=10.58%
G=36.49%
B=52.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381311900.80.3100.25203.2966.6744.71
Hex2683BE501F019cb432d
Octal462032761203703131310355
Binary1001101000001110111110101000011111011001110010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2683BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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