#3BA3CD

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

Shades of Summer Sky #3BA3CD

Tints of Summer Sky #3BA3CD

Color information

#3BA3CD (or 0x3BA3CD) is unknown color: approx Summer Sky. HEX triplet: 3B, A3 and CD. RGB value is (59,163,205). Sum of RGB (Red+Green+Blue) = 59+163+205=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #3BA3CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA3CD is #C45C32. Grayscale: #888888. Windows color (decimal): -12868659 or 13476667. OLE color: 13476667.

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

Color convert

RGB59163205-
CMYK0.710.2000.20
HSL197.26º59.35%51.76%-
HSV(B)197.26º71.22%80.39%-
XYZ25.9231.5362.48-
YUV136.69166.5472.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.82%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=13.82%
G=38.17%
B=48.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal591632050.710.2000.20197.2659.3551.76
Hex3BA3CD4714014c53b34
Octal73243315107240243057364
Binary111011101000111100110110001111010001010011000101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,163,205); }

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

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

 a { background-color: rgb(59,163,205); }

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

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

 span { border-color: rgb(59,163,205); }

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