#2683C4

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

Shades of Curious Blue #2683C4

Tints of Curious Blue #2683C4

Color information

#2683C4 (or 0x2683C4) is unknown color: approx Curious Blue. HEX triplet: 26, 83 and C4. RGB value is (38,131,196). Sum of RGB (Red+Green+Blue) = 38+131+196=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #2683C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683C4 is #D97C3B. Grayscale: #6E6E6E. Windows color (decimal): -14253116 or 12878630. OLE color: 12878630.

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

Color convert

RGB38131196-
CMYK0.810.3300.23
HSL204.68º67.52%45.88%-
HSV(B)204.68º80.61%76.86%-
XYZ18.8820.6355.21-
YUV110.6176.1976.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=10.41%
G=35.89%
B=53.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381311960.810.3300.23204.6867.5245.88
Hex2683C45121017cd442e
Octal462033041214102731510456
Binary10011010000011110001001010001100001010111110011011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2683C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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