Html Css Color HEX #3C5DBE Free Speech Blue

📋 copy color: '#3C5DBE'

red 60 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #3C5DBE

Tints of Free Speech Blue #3C5DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 17.49%
G = 27.11%
B = 55.39%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C5DBE (or 0x3C5DBE) is known color: Free Speech Blue. HEX triplet: 3C, 5D and BE. RGB value is (60,93,190). Sum of RGB (Red+Green+Blue) = 60+93+190=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C5DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DBE is #C3A241. Grayscale: #5D5D5D. Windows color (decimal): -12821058 or 12475708. OLE color: 12475708.

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

Color convert

RGB 60 93 190 -
CMYK 0.68 0.51 0 0.25
HSL 224.77º 0.52% 0.49% -
HSV(B) 224.77º 0.68% 0.75% -
XYZ 15.07 12.51 50.33 -
YUV 94.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 60 93 190 0.68 0.51 0 0.25 224.77 0.52 0.49
Hex 3C 5D BE 44 33 0 19 E1 34 31
Octal 74 135 276 104 63 0 31 341 64 61
Binary 111100 1011101 10111110 1000100 110011 0 11001 11100001 110100 110001

Color Harmonies of #3C5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5DBE

Black with #3C5DBE

Text Example


Text Example

White with #3C5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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