Html Css Color HEX #3AA5E1 Summer Sky

📋 copy color: '#3AA5E1'

red 58 ◦ green 165 ◦ blue 225

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

Shades of Summer Sky #3AA5E1

Tints of Summer Sky #3AA5E1

RGB

 RED value IS 58 (23.05% from 255) = 12.95%

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

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 12.95%
G = 36.83%
B = 50.22%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3AA5E1 (or 0x3AA5E1) is known color: Summer Sky. HEX triplet: 3A, A5 and E1. RGB value is (58,165,225). Sum of RGB (Red+Green+Blue) = 58+165+225=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #3AA5E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA5E1 is #C55A1E. Grayscale: #8B8B8B. Windows color (decimal): -12933663 or 14787898. OLE color: 14787898.

HSL color Cylindrical-coordinate representation of color #3AA5E1: hue angle of 201.56º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA5E1 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 165 225 -
CMYK 0.74 0.27 0 0.12
HSL 201.56º 0.74% 0.55% -
HSV(B) 201.56º 0.74% 0.88% -
XYZ 28.79 33.25 76.13 -
YUV 139.85 176.05 69.62 -
System Red Green Blue C M Y K H S L
Decimal 58 165 225 0.74 0.27 0 0.12 201.56 0.74 0.55
Hex 3A A5 E1 4A 1B 0 C CA 4A 37
Octal 72 245 341 112 33 0 14 312 112 67
Binary 111010 10100101 11100001 1001010 11011 0 1100 11001010 1001010 110111

Color Harmonies of #3AA5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA5E1

Black with #3AA5E1

Text Example


Text Example

White with #3AA5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,165,225); }

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

background-color css

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

 a { background-color: rgb(58,165,225); }

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

border-color css

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

 span { border-color: rgb(58,165,225); }

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