Html Css Color HEX #3990DC Summer Sky

📋 copy color: '#3990DC'

red 57 ◦ green 144 ◦ blue 220

#3990DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3990DC

Tints of Summer Sky #3990DC

RGB

 RED value IS 57 (22.66% from 255) = 13.54%

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 13.54%
G = 34.2%
B = 52.26%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3990DC (or 0x3990DC) is known color: Summer Sky. HEX triplet: 39, 90 and DC. RGB value is (57,144,220). Sum of RGB (Red+Green+Blue) = 57+144+220=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #3990DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990DC is #C66F23. Grayscale: #7E7E7E. Windows color (decimal): -13004580 or 14454841. OLE color: 14454841.

HSL color Cylindrical-coordinate representation of color #3990DC: hue angle of 207.98º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3990DC is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 144 220 -
CMYK 0.74 0.35 0 0.14
HSL 207.98º 0.7% 0.54% -
HSV(B) 207.98º 0.74% 0.86% -
XYZ 24.58 25.98 71.43 -
YUV 126.65 180.68 78.32 -
System Red Green Blue C M Y K H S L
Decimal 57 144 220 0.74 0.35 0 0.14 207.98 0.7 0.54
Hex 39 90 DC 4A 23 0 E D0 46 36
Octal 71 220 334 112 43 0 16 320 106 66
Binary 111001 10010000 11011100 1001010 100011 0 1110 11010000 1000110 110110

Color Harmonies of #3990DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3990DC

Black with #3990DC

Text Example


Text Example

White with #3990DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3990DC; }

 p { color: rgb(57,144,220); }

 H1.HeaderClassName
 {
   color: #3990DC;
 }
 .AnyTagClassName
 {
   color: #3990DC;
 }
</style>

background-color css

<style>
 a { background-color: #3990DC; }

 a { background-color: rgb(57,144,220); }

 div.DivClassName
 {
   background-color: #3990DC;
 }
 .BgClassName
 {
   background-color: #3990DC;
 }
</style>

border-color css

<style>
 span { border-color: #3990DC; }

 span { border-color: rgb(57,144,220); }

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