#3A9FCB

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

Shades of Summer Sky #3A9FCB

Tints of Summer Sky #3A9FCB

Color information

#3A9FCB (or 0x3A9FCB) is unknown color: approx Summer Sky. HEX triplet: 3A, 9F and CB. RGB value is (58,159,203). Sum of RGB (Red+Green+Blue) = 58+159+203=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A9FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9FCB is #C56034. Grayscale: #858585. Windows color (decimal): -12935221 or 13344570. OLE color: 13344570.

HSL color Cylindrical-coordinate representation of color #3A9FCB: hue angle of 198.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A9FCB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB58159203-
CMYK0.710.2200.20
HSL198.21º58.23%51.18%-
HSV(B)198.21º71.43%79.61%-
XYZ24.9230.0160.98-
YUV133.82167.0473.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.81%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=13.81%
G=37.86%
B=48.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal581592030.710.2200.20198.2158.2351.18
Hex3A9FCB4716014c63a33
Octal72237313107260243067263
Binary111010100111111100101110001111011001010011000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A9FCB; }

 p { color: rgb(58,159,203); }

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

<style>
 a { background-color: #3A9FCB; }

 a { background-color: rgb(58,159,203); }

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

<style>
 span { border-color: #3A9FCB; }

 span { border-color: rgb(58,159,203); }

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