Html Css Color HEX #3BA0DB Summer Sky

📋 copy color: '#3BA0DB'

red 59 ◦ green 160 ◦ blue 219

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

Shades of Summer Sky #3BA0DB

Tints of Summer Sky #3BA0DB

RGB

 RED value IS 59 (23.44% from 255) = 13.47%

 GREEN value IS 160 (62.89% from 255) = 36.53%

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

R = 13.47%
G = 36.53%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BA0DB (or 0x3BA0DB) is known color: Summer Sky. HEX triplet: 3B, A0 and DB. RGB value is (59,160,219). Sum of RGB (Red+Green+Blue) = 59+160+219=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BA0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA0DB is #C45F24. Grayscale: #888888. Windows color (decimal): -12869413 or 14393403. OLE color: 14393403.

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

Color convert

RGB 59 160 219 -
CMYK 0.73 0.27 0 0.14
HSL 202.13º 0.69% 0.55% -
HSV(B) 202.13º 0.73% 0.86% -
XYZ 27.16 31.19 71.61 -
YUV 136.53 174.54 72.7 -
System Red Green Blue C M Y K H S L
Decimal 59 160 219 0.73 0.27 0 0.14 202.13 0.69 0.55
Hex 3B A0 DB 49 1B 0 E CA 45 37
Octal 73 240 333 111 33 0 16 312 105 67
Binary 111011 10100000 11011011 1001001 11011 0 1110 11001010 1000101 110111

Color Harmonies of #3BA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA0DB

Black with #3BA0DB

Text Example


Text Example

White with #3BA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,219); }

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

background-color css

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

 a { background-color: rgb(59,160,219); }

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

border-color css

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

 span { border-color: rgb(59,160,219); }

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