#268CC6

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

Shades of Curious Blue #268CC6

Tints of Curious Blue #268CC6

Color information

#268CC6 (or 0x268CC6) is unknown color: approx Curious Blue. HEX triplet: 26, 8C and C6. RGB value is (38,140,198). Sum of RGB (Red+Green+Blue) = 38+140+198=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #268CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CC6 is #D97339. Grayscale: #737373. Windows color (decimal): -14250810 or 13012006. OLE color: 13012006.

HSL color Cylindrical-coordinate representation of color #268CC6: hue angle of 201.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268CC6 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38140198-
CMYK0.810.2900.22
HSL201.75º67.8%46.27%-
HSV(B)201.75º80.81%77.65%-
XYZ20.3723.2556.84-
YUV116.11174.2172.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.11%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 198 (77.73% from 255) = 52.66%
R=10.11%
G=37.23%
B=52.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381401980.810.2900.22201.7567.846.27
Hex268CC6511D016ca442e
Octal462143061213502631210456
Binary1001101000110011000110101000111101010110110010101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268CC6; }

 p { color: rgb(38,140,198); }

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

<style>
 a { background-color: #268CC6; }

 a { background-color: rgb(38,140,198); }

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

<style>
 span { border-color: #268CC6; }

 span { border-color: rgb(38,140,198); }

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