Html Css Color HEX #3DB1EA Summer Sky

📋 copy color: '#3DB1EA'

red 61 ◦ green 177 ◦ blue 234

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

Shades of Summer Sky #3DB1EA

Tints of Summer Sky #3DB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 12.92%
G = 37.5%
B = 49.58%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3DB1EA (or 0x3DB1EA) is known color: Summer Sky. HEX triplet: 3D, B1 and EA. RGB value is (61,177,234). Sum of RGB (Red+Green+Blue) = 61+177+234=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DB1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DB1EA is #C24E15. Grayscale: #949494. Windows color (decimal): -12733974 or 15380797. OLE color: 15380797.

HSL color Cylindrical-coordinate representation of color #3DB1EA: hue angle of 199.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB1EA is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 177 234 -
CMYK 0.74 0.24 0 0.08
HSL 199.77º 0.8% 0.58% -
HSV(B) 199.77º 0.74% 0.92% -
XYZ 32.5 38.38 83.54 -
YUV 148.81 176.07 65.37 -
System Red Green Blue C M Y K H S L
Decimal 61 177 234 0.74 0.24 0 0.08 199.77 0.8 0.58
Hex 3D B1 EA 4A 18 0 8 C8 50 3A
Octal 75 261 352 112 30 0 10 310 120 72
Binary 111101 10110001 11101010 1001010 11000 0 1000 11001000 1010000 111010

Color Harmonies of #3DB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB1EA

Black with #3DB1EA

Text Example


Text Example

White with #3DB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,177,234); }

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

background-color css

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

 a { background-color: rgb(61,177,234); }

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

border-color css

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

 span { border-color: rgb(61,177,234); }

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