Html Css Color HEX #3F5ACB Free Speech Blue

📋 copy color: '#3F5ACB'

red 63 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #3F5ACB

Tints of Free Speech Blue #3F5ACB

RGB

 RED value IS 63 (25% from 255) = 17.7%

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 17.7%
G = 25.28%
B = 57.02%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F5ACB (or 0x3F5ACB) is known color: Free Speech Blue. HEX triplet: 3F, 5A and CB. RGB value is (63,90,203). Sum of RGB (Red+Green+Blue) = 63+90+203=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F5ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ACB is #C0A534. Grayscale: #5E5E5E. Windows color (decimal): -12625205 or 13326911. OLE color: 13326911.

HSL color Cylindrical-coordinate representation of color #3F5ACB: hue angle of 228.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5ACB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 90 203 -
CMYK 0.69 0.56 0 0.20
HSL 228.43º 0.57% 0.52% -
HSV(B) 228.43º 0.69% 0.8% -
XYZ 16.49 12.68 58.08 -
YUV 94.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 63 90 203 0.69 0.56 0 0.20 228.43 0.57 0.52
Hex 3F 5A CB 45 38 0 14 E4 39 34
Octal 77 132 313 105 70 0 24 344 71 64
Binary 111111 1011010 11001011 1000101 111000 0 10100 11100100 111001 110100

Color Harmonies of #3F5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5ACB

Black with #3F5ACB

Text Example


Text Example

White with #3F5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,90,203); }

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

background-color css

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

 a { background-color: rgb(63,90,203); }

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

border-color css

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

 span { border-color: rgb(63,90,203); }

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