Html Css Color HEX #3C68CA Free Speech Blue

📋 copy color: '#3C68CA'

red 60 ◦ green 104 ◦ blue 202

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

Shades of Free Speech Blue #3C68CA

Tints of Free Speech Blue #3C68CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 16.39%
G = 28.42%
B = 55.19%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C68CA (or 0x3C68CA) is known color: Free Speech Blue. HEX triplet: 3C, 68 and CA. RGB value is (60,104,202). Sum of RGB (Red+Green+Blue) = 60+104+202=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C68CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C68CA is #C39735. Grayscale: #656565. Windows color (decimal): -12818230 or 13264956. OLE color: 13264956.

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

Color convert

RGB 60 104 202 -
CMYK 0.70 0.49 0 0.21
HSL 221.41º 0.57% 0.51% -
HSV(B) 221.41º 0.7% 0.79% -
XYZ 17.47 15.13 57.88 -
YUV 102.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 60 104 202 0.70 0.49 0 0.21 221.41 0.57 0.51
Hex 3C 68 CA 46 31 0 15 DD 39 33
Octal 74 150 312 106 61 0 25 335 71 63
Binary 111100 1101000 11001010 1000110 110001 0 10101 11011101 111001 110011

Color Harmonies of #3C68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C68CA

Black with #3C68CA

Text Example


Text Example

White with #3C68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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