Html Css Color HEX #3DA1D7 Summer Sky

📋 copy color: '#3DA1D7'

red 61 ◦ green 161 ◦ blue 215

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

Shades of Summer Sky #3DA1D7

Tints of Summer Sky #3DA1D7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 13.96%
G = 36.84%
B = 49.2%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3DA1D7 (or 0x3DA1D7) is known color: Summer Sky. HEX triplet: 3D, A1 and D7. RGB value is (61,161,215). Sum of RGB (Red+Green+Blue) = 61+161+215=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DA1D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA1D7 is #C25E28. Grayscale: #888888. Windows color (decimal): -12738089 or 14131517. OLE color: 14131517.

HSL color Cylindrical-coordinate representation of color #3DA1D7: hue angle of 201.04º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DA1D7 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 161 215 -
CMYK 0.72 0.25 0 0.16
HSL 201.04º 0.66% 0.54% -
HSV(B) 201.04º 0.72% 0.84% -
XYZ 26.94 31.39 68.93 -
YUV 137.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 61 161 215 0.72 0.25 0 0.16 201.04 0.66 0.54
Hex 3D A1 D7 48 19 0 10 C9 42 36
Octal 75 241 327 110 31 0 20 311 102 66
Binary 111101 10100001 11010111 1001000 11001 0 10000 11001001 1000010 110110

Color Harmonies of #3DA1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA1D7

Black with #3DA1D7

Text Example


Text Example

White with #3DA1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,161,215); }

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

background-color css

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

 a { background-color: rgb(61,161,215); }

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

border-color css

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

 span { border-color: rgb(61,161,215); }

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