Html Css Color HEX #3B8DDF Summer Sky

📋 copy color: '#3B8DDF'

red 59 ◦ green 141 ◦ blue 223

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

Shades of Summer Sky #3B8DDF

Tints of Summer Sky #3B8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 13.95%
G = 33.33%
B = 52.72%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B8DDF (or 0x3B8DDF) is known color: Summer Sky. HEX triplet: 3B, 8D and DF. RGB value is (59,141,223). Sum of RGB (Red+Green+Blue) = 59+141+223=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B8DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8DDF is #C47220. Grayscale: #7D7D7D. Windows color (decimal): -12874273 or 14650683. OLE color: 14650683.

HSL color Cylindrical-coordinate representation of color #3B8DDF: hue angle of 210º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B8DDF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 141 223 -
CMYK 0.74 0.37 0 0.13
HSL 210º 0.72% 0.55% -
HSV(B) 210º 0.74% 0.87% -
XYZ 24.65 25.31 73.4 -
YUV 125.83 182.83 80.33 -
System Red Green Blue C M Y K H S L
Decimal 59 141 223 0.74 0.37 0 0.13 210 0.72 0.55
Hex 3B 8D DF 4A 25 0 D D2 48 37
Octal 73 215 337 112 45 0 15 322 110 67
Binary 111011 10001101 11011111 1001010 100101 0 1101 11010010 1001000 110111

Color Harmonies of #3B8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8DDF

Black with #3B8DDF

Text Example


Text Example

White with #3B8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,141,223); }

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

background-color css

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

 a { background-color: rgb(59,141,223); }

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

border-color css

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

 span { border-color: rgb(59,141,223); }

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