Html Css Color HEX #3B95DB Summer Sky

📋 copy color: '#3B95DB'

red 59 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #3B95DB

Tints of Summer Sky #3B95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 13.82%
G = 34.89%
B = 51.29%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B95DB (or 0x3B95DB) is known color: Summer Sky. HEX triplet: 3B, 95 and DB. RGB value is (59,149,219). Sum of RGB (Red+Green+Blue) = 59+149+219=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B95DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B95DB is #C46A24. Grayscale: #818181. Windows color (decimal): -12872229 or 14390587. OLE color: 14390587.

HSL color Cylindrical-coordinate representation of color #3B95DB: hue angle of 206.25º 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 #3B95DB is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 149 219 -
CMYK 0.73 0.32 0 0.14
HSL 206.25º 0.69% 0.55% -
HSV(B) 206.25º 0.73% 0.86% -
XYZ 25.34 27.54 71 -
YUV 130.07 178.18 77.31 -
System Red Green Blue C M Y K H S L
Decimal 59 149 219 0.73 0.32 0 0.14 206.25 0.69 0.55
Hex 3B 95 DB 49 20 0 E CE 45 37
Octal 73 225 333 111 40 0 16 316 105 67
Binary 111011 10010101 11011011 1001001 100000 0 1110 11001110 1000101 110111

Color Harmonies of #3B95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B95DB

Black with #3B95DB

Text Example


Text Example

White with #3B95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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