Html Css Color HEX #3CB2FA Summer Sky

📋 copy color: '#3CB2FA'

red 60 ◦ green 178 ◦ blue 250

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

Shades of Summer Sky #3CB2FA

Tints of Summer Sky #3CB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 12.3%
G = 36.48%
B = 51.23%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CB2FA (or 0x3CB2FA) is known color: Summer Sky. HEX triplet: 3C, B2 and FA. RGB value is (60,178,250). Sum of RGB (Red+Green+Blue) = 60+178+250=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CB2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB2FA is #C34D05. Grayscale: #969696. Windows color (decimal): -12799238 or 16429628. OLE color: 16429628.

HSL color Cylindrical-coordinate representation of color #3CB2FA: hue angle of 202.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CB2FA is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 178 250 -
CMYK 0.76 0.29 0 0.02
HSL 202.74º 0.95% 0.61% -
HSV(B) 202.74º 0.76% 0.98% -
XYZ 35.04 39.7 96.26 -
YUV 150.93 183.91 63.15 -
System Red Green Blue C M Y K H S L
Decimal 60 178 250 0.76 0.29 0 0.02 202.74 0.95 0.61
Hex 3C B2 FA 4C 1D 0 2 CB 5F 3D
Octal 74 262 372 114 35 0 2 313 137 75
Binary 111100 10110010 11111010 1001100 11101 0 10 11001011 1011111 111101

Color Harmonies of #3CB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB2FA

Black with #3CB2FA

Text Example


Text Example

White with #3CB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,250); }

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

background-color css

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

 a { background-color: rgb(60,178,250); }

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

border-color css

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

 span { border-color: rgb(60,178,250); }

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