Html Css Color HEX #3C40CA Free Speech Blue

📋 copy color: '#3C40CA'

red 60 ◦ green 64 ◦ blue 202

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

Shades of Free Speech Blue #3C40CA

Tints of Free Speech Blue #3C40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 18.4%
G = 19.63%
B = 61.96%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C40CA (or 0x3C40CA) is known color: Free Speech Blue. HEX triplet: 3C, 40 and CA. RGB value is (60,64,202). Sum of RGB (Red+Green+Blue) = 60+64+202=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40CA is #C3BF35. Grayscale: #4D4D4D. Windows color (decimal): -12828470 or 13254716. OLE color: 13254716.

HSL color Cylindrical-coordinate representation of color #3C40CA: hue angle of 238.31º 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 #3C40CA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 64 202 -
CMYK 0.70 0.68 0 0.21
HSL 238.31º 0.57% 0.51% -
HSV(B) 238.31º 0.7% 0.79% -
XYZ 14.36 8.89 56.84 -
YUV 78.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 60 64 202 0.70 0.68 0 0.21 238.31 0.57 0.51
Hex 3C 40 CA 46 44 0 15 EE 39 33
Octal 74 100 312 106 104 0 25 356 71 63
Binary 111100 1000000 11001010 1000110 1000100 0 10101 11101110 111001 110011

Color Harmonies of #3C40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40CA

Black with #3C40CA

Text Example


Text Example

White with #3C40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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