#398DDE

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

Shades of Summer Sky #398DDE

Tints of Summer Sky #398DDE

Color information

#398DDE (or 0x398DDE) is unknown color: approx Summer Sky. HEX triplet: 39, 8D and DE. RGB value is (57,141,222). Sum of RGB (Red+Green+Blue) = 57+141+222=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #398DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DDE is #C67221. Grayscale: #7C7C7C. Windows color (decimal): -13005346 or 14585145. OLE color: 14585145.

HSL color Cylindrical-coordinate representation of color #398DDE: hue angle of 209.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398DDE is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB57141222-
CMYK0.740.3600.13
HSL209.45º71.43%54.71%-
HSV(B)209.45º74.32%87.06%-
XYZ24.425.1972.68-
YUV125.12182.6779.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.57%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 52.86%
R=13.57%
G=33.57%
B=52.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal571412220.740.3600.13209.4571.4354.71
Hex398DDE4A240Dd14737
Octal712153361124401532110767
Binary1110011000110111011110100101010010001101110100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398DDE; }

 p { color: rgb(57,141,222); }

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

<style>
 a { background-color: #398DDE; }

 a { background-color: rgb(57,141,222); }

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

<style>
 span { border-color: #398DDE; }

 span { border-color: rgb(57,141,222); }

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