#338FDD

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

Shades of Summer Sky #338FDD

Tints of Summer Sky #338FDD

Color information

#338FDD (or 0x338FDD) is unknown color: approx Summer Sky. HEX triplet: 33, 8F and DD. RGB value is (51,143,221). Sum of RGB (Red+Green+Blue) = 51+143+221=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #338FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FDD is #CC7022. Grayscale: #7B7B7B. Windows color (decimal): -13398051 or 14520115. OLE color: 14520115.

HSL color Cylindrical-coordinate representation of color #338FDD: hue angle of 207.53º 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 #338FDD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51143221-
CMYK0.770.3500.13
HSL207.53º71.43%53.33%-
HSV(B)207.53º76.92%86.67%-
XYZ24.2425.5772.06-
YUV124.38182.5275.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.29%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=12.29%
G=34.46%
B=53.25%

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
Decimal511432210.770.3500.13207.5371.4353.33
Hex338FDD4D230Dd04735
Octal632173351154301532010765
Binary1100111000111111011101100110110001101101110100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338FDD; }

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

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

<style>
 a { background-color: #338FDD; }

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

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

<style>
 span { border-color: #338FDD; }

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

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