#2688CA

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

Shades of Curious Blue #2688CA

Tints of Curious Blue #2688CA

Color information

#2688CA (or 0x2688CA) is unknown color: approx Curious Blue. HEX triplet: 26, 88 and CA. RGB value is (38,136,202). Sum of RGB (Red+Green+Blue) = 38+136+202=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #2688CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688CA is #D97735. Grayscale: #717171. Windows color (decimal): -14251830 or 13273126. OLE color: 13273126.

HSL color Cylindrical-coordinate representation of color #2688CA: hue angle of 204.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2688CA is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB38136202-
CMYK0.810.3300.21
HSL204.15º68.33%47.06%-
HSV(B)204.15º81.19%79.22%-
XYZ20.2622.2859.11-
YUV114.22177.5373.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.11%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=10.11%
G=36.17%
B=53.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal381362020.810.3300.21204.1568.3347.06
Hex2688CA5121015cc442f
Octal462103121214102531410457
Binary10011010001000110010101010001100001010101110011001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2688CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2688CA; }

 p { color: rgb(38,136,202); }

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

<style>
 a { background-color: #2688CA; }

 a { background-color: rgb(38,136,202); }

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

<style>
 span { border-color: #2688CA; }

 span { border-color: rgb(38,136,202); }

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