#2692D3

Color #2692D3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2692D3

Tints of Summer Sky #2692D3

Color information

#2692D3 (or 0x2692D3) is unknown color: approx Summer Sky. HEX triplet: 26, 92 and D3. RGB value is (38,146,211). Sum of RGB (Red+Green+Blue) = 38+146+211=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #2692D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2692D3 is #D96D2C. Grayscale: #787878. Windows color (decimal): -14249261 or 13865510. OLE color: 13865510.

HSL color Cylindrical-coordinate representation of color #2692D3: hue angle of 202.54º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2692D3 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB38146211-
CMYK0.820.3100.17
HSL202.54º69.48%48.82%-
HSV(B)202.54º81.99%82.75%-
XYZ22.8425.6765.38-
YUV121.12178.7268.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.62%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 211 (82.81% from 255) = 53.42%
R=9.62%
G=36.96%
B=53.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal381462110.820.3100.17202.5469.4848.82
Hex2692D3521F011cb4531
Octal462223231223702131310561
Binary1001101001001011010011101001011111010001110010111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2692D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2692D3; }

 p { color: rgb(38,146,211); }

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

<style>
 a { background-color: #2692D3; }

 a { background-color: rgb(38,146,211); }

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

<style>
 span { border-color: #2692D3; }

 span { border-color: rgb(38,146,211); }

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