Html Css Color HEX #3DA4DC Summer Sky

📋 copy color: '#3DA4DC'

red 61 ◦ green 164 ◦ blue 220

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

Shades of Summer Sky #3DA4DC

Tints of Summer Sky #3DA4DC

RGB

 RED value IS 61 (24.22% from 255) = 13.71%

 GREEN value IS 164 (64.45% from 255) = 36.85%

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

R = 13.71%
G = 36.85%
B = 49.44%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DA4DC (or 0x3DA4DC) is known color: Summer Sky. HEX triplet: 3D, A4 and DC. RGB value is (61,164,220). Sum of RGB (Red+Green+Blue) = 61+164+220=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DA4DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA4DC is #C25B23. Grayscale: #8B8B8B. Windows color (decimal): -12737316 or 14459965. OLE color: 14459965.

HSL color Cylindrical-coordinate representation of color #3DA4DC: hue angle of 201.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DA4DC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 164 220 -
CMYK 0.72 0.25 0 0.14
HSL 201.13º 0.69% 0.55% -
HSV(B) 201.13º 0.72% 0.86% -
XYZ 28.12 32.71 72.54 -
YUV 139.59 173.38 71.95 -
System Red Green Blue C M Y K H S L
Decimal 61 164 220 0.72 0.25 0 0.14 201.13 0.69 0.55
Hex 3D A4 DC 48 19 0 E C9 45 37
Octal 75 244 334 110 31 0 16 311 105 67
Binary 111101 10100100 11011100 1001000 11001 0 1110 11001001 1000101 110111

Color Harmonies of #3DA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA4DC

Black with #3DA4DC

Text Example


Text Example

White with #3DA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DA4DC; }

 p { color: rgb(61,164,220); }

 H1.HeaderClassName
 {
   color: #3DA4DC;
 }
 .AnyTagClassName
 {
   color: #3DA4DC;
 }
</style>

background-color css

<style>
 a { background-color: #3DA4DC; }

 a { background-color: rgb(61,164,220); }

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

border-color css

<style>
 span { border-color: #3DA4DC; }

 span { border-color: rgb(61,164,220); }

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