Html Css Color HEX #3AA4DB Summer Sky

📋 copy color: '#3AA4DB'

red 58 ◦ green 164 ◦ blue 219

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

Shades of Summer Sky #3AA4DB

Tints of Summer Sky #3AA4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 13.15%
G = 37.19%
B = 49.66%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AA4DB (or 0x3AA4DB) is known color: Summer Sky. HEX triplet: 3A, A4 and DB. RGB value is (58,164,219). Sum of RGB (Red+Green+Blue) = 58+164+219=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AA4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA4DB is #C55B24. Grayscale: #8A8A8A. Windows color (decimal): -12933925 or 14394426. OLE color: 14394426.

HSL color Cylindrical-coordinate representation of color #3AA4DB: hue angle of 200.5º degrees, saturation: 0.69, 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 #3AA4DB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 164 219 -
CMYK 0.74 0.25 0 0.14
HSL 200.5º 0.69% 0.54% -
HSV(B) 200.5º 0.74% 0.86% -
XYZ 27.81 32.56 71.84 -
YUV 138.58 173.38 70.53 -
System Red Green Blue C M Y K H S L
Decimal 58 164 219 0.74 0.25 0 0.14 200.5 0.69 0.54
Hex 3A A4 DB 4A 19 0 E C8 45 36
Octal 72 244 333 112 31 0 16 310 105 66
Binary 111010 10100100 11011011 1001010 11001 0 1110 11001000 1000101 110110

Color Harmonies of #3AA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA4DB

Black with #3AA4DB

Text Example


Text Example

White with #3AA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,164,219); }

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

background-color css

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

 a { background-color: rgb(58,164,219); }

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

border-color css

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

 span { border-color: rgb(58,164,219); }

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