#2689CA

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

Shades of Curious Blue #2689CA

Tints of Curious Blue #2689CA

Color information

#2689CA (or 0x2689CA) is unknown color: approx Curious Blue. HEX triplet: 26, 89 and CA. RGB value is (38,137,202). Sum of RGB (Red+Green+Blue) = 38+137+202=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #2689CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689CA is #D97635. Grayscale: #727272. Windows color (decimal): -14251574 or 13273382. OLE color: 13273382.

HSL color Cylindrical-coordinate representation of color #2689CA: hue angle of 203.78º 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 #2689CA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB38137202-
CMYK0.810.3200.21
HSL203.78º68.33%47.06%-
HSV(B)203.78º81.19%79.22%-
XYZ20.4122.5759.16-
YUV114.81177.273.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.08%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=10.08%
G=36.34%
B=53.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal381372020.810.3200.21203.7868.3347.06
Hex2689CA5120015cc442f
Octal462113121214002531410457
Binary10011010001001110010101010001100000010101110011001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2689CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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