Html Css Color HEX #3DA5EA Summer Sky

📋 copy color: '#3DA5EA'

red 61 ◦ green 165 ◦ blue 234

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

Shades of Summer Sky #3DA5EA

Tints of Summer Sky #3DA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.87%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 13.26%
G = 35.87%
B = 50.87%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3DA5EA (or 0x3DA5EA) is known color: Summer Sky. HEX triplet: 3D, A5 and EA. RGB value is (61,165,234). Sum of RGB (Red+Green+Blue) = 61+165+234=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DA5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA5EA is #C25A15. Grayscale: #8D8D8D. Windows color (decimal): -12737046 or 15377725. OLE color: 15377725.

HSL color Cylindrical-coordinate representation of color #3DA5EA: hue angle of 203.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DA5EA is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 165 234 -
CMYK 0.74 0.29 0 0.08
HSL 203.93º 0.8% 0.58% -
HSV(B) 203.93º 0.74% 0.92% -
XYZ 30.23 33.84 82.78 -
YUV 141.77 180.04 70.39 -
System Red Green Blue C M Y K H S L
Decimal 61 165 234 0.74 0.29 0 0.08 203.93 0.8 0.58
Hex 3D A5 EA 4A 1D 0 8 CC 50 3A
Octal 75 245 352 112 35 0 10 314 120 72
Binary 111101 10100101 11101010 1001010 11101 0 1000 11001100 1010000 111010

Color Harmonies of #3DA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA5EA

Black with #3DA5EA

Text Example


Text Example

White with #3DA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,165,234); }

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

background-color css

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

 a { background-color: rgb(61,165,234); }

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

border-color css

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

 span { border-color: rgb(61,165,234); }

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