#3390DD

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

Shades of Summer Sky #3390DD

Tints of Summer Sky #3390DD

Color information

#3390DD (or 0x3390DD) is unknown color: approx Summer Sky. HEX triplet: 33, 90 and DD. RGB value is (51,144,221). Sum of RGB (Red+Green+Blue) = 51+144+221=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #3390DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390DD is #CC6F22. Grayscale: #7C7C7C. Windows color (decimal): -13397795 or 14520371. OLE color: 14520371.

HSL color Cylindrical-coordinate representation of color #3390DD: hue angle of 207.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3390DD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51144221-
CMYK0.770.3500.13
HSL207.18º71.43%53.33%-
HSV(B)207.18º76.92%86.67%-
XYZ24.3925.8772.11-
YUV124.97182.1975.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.26%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=12.26%
G=34.62%
B=53.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511442210.770.3500.13207.1871.4353.33
Hex3390DD4D230Dcf4735
Octal632203351154301531710765
Binary1100111001000011011101100110110001101101110011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3390DD; }

 p { color: rgb(51,144,221); }

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

<style>
 a { background-color: #3390DD; }

 a { background-color: rgb(51,144,221); }

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

<style>
 span { border-color: #3390DD; }

 span { border-color: rgb(51,144,221); }

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