Html Css Color HEX #3CB4EA Summer Sky

📋 copy color: '#3CB4EA'

red 60 ◦ green 180 ◦ blue 234

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

Shades of Summer Sky #3CB4EA

Tints of Summer Sky #3CB4EA

RGB

 RED value IS 60 (23.83% from 255) = 12.66%

 GREEN value IS 180 (70.7% from 255) = 37.97%

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

R = 12.66%
G = 37.97%
B = 49.37%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3CB4EA (or 0x3CB4EA) is known color: Summer Sky. HEX triplet: 3C, B4 and EA. RGB value is (60,180,234). Sum of RGB (Red+Green+Blue) = 60+180+234=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CB4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB4EA is #C34B15. Grayscale: #959595. Windows color (decimal): -12798742 or 15381564. OLE color: 15381564.

HSL color Cylindrical-coordinate representation of color #3CB4EA: hue angle of 198.62º degrees, saturation: 0.81, 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 #3CB4EA is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 180 234 -
CMYK 0.74 0.23 0 0.08
HSL 198.62º 0.81% 0.58% -
HSV(B) 198.62º 0.74% 0.92% -
XYZ 33.04 39.54 83.73 -
YUV 150.28 175.24 63.61 -
System Red Green Blue C M Y K H S L
Decimal 60 180 234 0.74 0.23 0 0.08 198.62 0.81 0.58
Hex 3C B4 EA 4A 17 0 8 C7 51 3A
Octal 74 264 352 112 27 0 10 307 121 72
Binary 111100 10110100 11101010 1001010 10111 0 1000 11000111 1010001 111010

Color Harmonies of #3CB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB4EA

Black with #3CB4EA

Text Example


Text Example

White with #3CB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,234); }

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

background-color css

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

 a { background-color: rgb(60,180,234); }

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

border-color css

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

 span { border-color: rgb(60,180,234); }

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