#2686CB

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

Shades of Curious Blue #2686CB

Tints of Curious Blue #2686CB

Color information

#2686CB (or 0x2686CB) is unknown color: approx Curious Blue. HEX triplet: 26, 86 and CB. RGB value is (38,134,203). Sum of RGB (Red+Green+Blue) = 38+134+203=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #2686CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2686CB is #D97934. Grayscale: #707070. Windows color (decimal): -14252341 or 13338150. OLE color: 13338150.

HSL color Cylindrical-coordinate representation of color #2686CB: hue angle of 205.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2686CB is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38134203-
CMYK0.810.3400.20
HSL205.09º68.46%47.25%-
HSV(B)205.09º81.28%79.61%-
XYZ20.121.7759.64-
YUV113.16178.774.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.13%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=10.13%
G=35.73%
B=54.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381342030.810.3400.20205.0968.4647.25
Hex2686CB5122014cd442f
Octal462063131214202431510457
Binary10011010000110110010111010001100010010100110011011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2686CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2686CB; }

 p { color: rgb(38,134,203); }

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

<style>
 a { background-color: #2686CB; }

 a { background-color: rgb(38,134,203); }

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

<style>
 span { border-color: #2686CB; }

 span { border-color: rgb(38,134,203); }

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