#399BCA

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

Shades of Summer Sky #399BCA

Tints of Summer Sky #399BCA

Color information

#399BCA (or 0x399BCA) is unknown color: approx Summer Sky. HEX triplet: 39, 9B and CA. RGB value is (57,155,202). Sum of RGB (Red+Green+Blue) = 57+155+202=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #399BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BCA is #C66435. Grayscale: #828282. Windows color (decimal): -13001782 or 13278009. OLE color: 13278009.

HSL color Cylindrical-coordinate representation of color #399BCA: hue angle of 199.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399BCA is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB57155202-
CMYK0.720.2300.21
HSL199.45º57.77%50.78%-
HSV(B)199.45º71.78%79.22%-
XYZ24.0728.5860.12-
YUV131.06168.0375.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.77%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=13.77%
G=37.44%
B=48.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal571552020.720.2300.21199.4557.7750.78
Hex399BCA4817015c73a33
Octal71233312110270253077263
Binary111001100110111100101010010001011101010111000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399BCA; }

 p { color: rgb(57,155,202); }

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

<style>
 a { background-color: #399BCA; }

 a { background-color: rgb(57,155,202); }

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

<style>
 span { border-color: #399BCA; }

 span { border-color: rgb(57,155,202); }

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