Html Css Color HEX #3C50CA Free Speech Blue

📋 copy color: '#3C50CA'

red 60 ◦ green 80 ◦ blue 202

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

Shades of Free Speech Blue #3C50CA

Tints of Free Speech Blue #3C50CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 202 (79.3% from 255) = 59.06%

R = 17.54%
G = 23.39%
B = 59.06%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C50CA (or 0x3C50CA) is known color: Free Speech Blue. HEX triplet: 3C, 50 and CA. RGB value is (60,80,202). Sum of RGB (Red+Green+Blue) = 60+80+202=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C50CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50CA is #C3AF35. Grayscale: #575757. Windows color (decimal): -12824374 or 13258812. OLE color: 13258812.

HSL color Cylindrical-coordinate representation of color #3C50CA: hue angle of 231.55º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C50CA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 80 202 -
CMYK 0.70 0.60 0 0.21
HSL 231.55º 0.57% 0.51% -
HSV(B) 231.55º 0.7% 0.79% -
XYZ 15.39 10.96 57.18 -
YUV 87.93 192.37 108.08 -
System Red Green Blue C M Y K H S L
Decimal 60 80 202 0.70 0.60 0 0.21 231.55 0.57 0.51
Hex 3C 50 CA 46 3C 0 15 E8 39 33
Octal 74 120 312 106 74 0 25 350 71 63
Binary 111100 1010000 11001010 1000110 111100 0 10101 11101000 111001 110011

Color Harmonies of #3C50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50CA

Black with #3C50CA

Text Example


Text Example

White with #3C50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,202); }

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

background-color css

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

 a { background-color: rgb(60,80,202); }

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

border-color css

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

 span { border-color: rgb(60,80,202); }

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