Html Css Color HEX #3D94DF Summer Sky

📋 copy color: '#3D94DF'

red 61 ◦ green 148 ◦ blue 223

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

Shades of Summer Sky #3D94DF

Tints of Summer Sky #3D94DF

RGB

 RED value IS 61 (24.22% from 255) = 14.12%

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 14.12%
G = 34.26%
B = 51.62%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D94DF (or 0x3D94DF) is known color: Summer Sky. HEX triplet: 3D, 94 and DF. RGB value is (61,148,223). Sum of RGB (Red+Green+Blue) = 61+148+223=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D94DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D94DF is #C26B20. Grayscale: #828282. Windows color (decimal): -12741409 or 14652477. OLE color: 14652477.

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

Color convert

RGB 61 148 223 -
CMYK 0.73 0.34 0 0.13
HSL 207.78º 0.72% 0.56% -
HSV(B) 207.78º 0.73% 0.87% -
XYZ 25.83 27.5 73.76 -
YUV 130.54 180.18 78.4 -
System Red Green Blue C M Y K H S L
Decimal 61 148 223 0.73 0.34 0 0.13 207.78 0.72 0.56
Hex 3D 94 DF 49 22 0 D D0 48 38
Octal 75 224 337 111 42 0 15 320 110 70
Binary 111101 10010100 11011111 1001001 100010 0 1101 11010000 1001000 111000

Color Harmonies of #3D94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D94DF

Black with #3D94DF

Text Example


Text Example

White with #3D94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,148,223); }

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

background-color css

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

 a { background-color: rgb(61,148,223); }

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

border-color css

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

 span { border-color: rgb(61,148,223); }

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