Html Css Color HEX #3F4ACB Free Speech Blue

📋 copy color: '#3F4ACB'

red 63 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Blue #3F4ACB

Tints of Free Speech Blue #3F4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

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

R = 18.53%
G = 21.76%
B = 59.71%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F4ACB (or 0x3F4ACB) is known color: Free Speech Blue. HEX triplet: 3F, 4A and CB. RGB value is (63,74,203). Sum of RGB (Red+Green+Blue) = 63+74+203=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ACB is #C0B534. Grayscale: #545454. Windows color (decimal): -12629301 or 13322815. OLE color: 13322815.

HSL color Cylindrical-coordinate representation of color #3F4ACB: hue angle of 235.29º 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 #3F4ACB is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 74 203 -
CMYK 0.69 0.64 0 0.20
HSL 235.29º 0.57% 0.52% -
HSV(B) 235.29º 0.69% 0.8% -
XYZ 15.28 10.27 57.68 -
YUV 85.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 63 74 203 0.69 0.64 0 0.20 235.29 0.57 0.52
Hex 3F 4A CB 45 40 0 14 EB 39 34
Octal 77 112 313 105 100 0 24 353 71 64
Binary 111111 1001010 11001011 1000101 1000000 0 10100 11101011 111001 110100

Color Harmonies of #3F4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4ACB

Black with #3F4ACB

Text Example


Text Example

White with #3F4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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