Html Css Color HEX #3C4FBE Free Speech Blue

📋 copy color: '#3C4FBE'

red 60 ◦ green 79 ◦ blue 190

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

Shades of Free Speech Blue #3C4FBE

Tints of Free Speech Blue #3C4FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 18.24%
G = 24.01%
B = 57.75%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C4FBE (or 0x3C4FBE) is known color: Free Speech Blue. HEX triplet: 3C, 4F and BE. RGB value is (60,79,190). Sum of RGB (Red+Green+Blue) = 60+79+190=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C4FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FBE is #C3B041. Grayscale: #555555. Windows color (decimal): -12824642 or 12472124. OLE color: 12472124.

HSL color Cylindrical-coordinate representation of color #3C4FBE: hue angle of 231.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C4FBE is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 79 190 -
CMYK 0.68 0.58 0 0.25
HSL 231.23º 0.52% 0.49% -
HSV(B) 231.23º 0.68% 0.75% -
XYZ 13.95 10.27 49.96 -
YUV 85.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 60 79 190 0.68 0.58 0 0.25 231.23 0.52 0.49
Hex 3C 4F BE 44 3A 0 19 E7 34 31
Octal 74 117 276 104 72 0 31 347 64 61
Binary 111100 1001111 10111110 1000100 111010 0 11001 11100111 110100 110001

Color Harmonies of #3C4FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4FBE

Black with #3C4FBE

Text Example


Text Example

White with #3C4FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,79,190); }

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

background-color css

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

 a { background-color: rgb(60,79,190); }

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

border-color css

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

 span { border-color: rgb(60,79,190); }

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