Html Css Color HEX #3F4BBC Free Speech Blue

📋 copy color: '#3F4BBC'

red 63 ◦ green 75 ◦ blue 188

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

Shades of Free Speech Blue #3F4BBC

Tints of Free Speech Blue #3F4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 19.33%
G = 23.01%
B = 57.67%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F4BBC (or 0x3F4BBC) is known color: Free Speech Blue. HEX triplet: 3F, 4B and BC. RGB value is (63,75,188). Sum of RGB (Red+Green+Blue) = 63+75+188=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BBC is #C0B443. Grayscale: #535353. Windows color (decimal): -12629060 or 12340031. OLE color: 12340031.

HSL color Cylindrical-coordinate representation of color #3F4BBC: hue angle of 234.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F4BBC is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 75 188 -
CMYK 0.66 0.60 0 0.26
HSL 234.24º 0.5% 0.49% -
HSV(B) 234.24º 0.66% 0.74% -
XYZ 13.64 9.72 48.73 -
YUV 84.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 63 75 188 0.66 0.60 0 0.26 234.24 0.5 0.49
Hex 3F 4B BC 42 3C 0 1A EA 32 31
Octal 77 113 274 102 74 0 32 352 62 61
Binary 111111 1001011 10111100 1000010 111100 0 11010 11101010 110010 110001

Color Harmonies of #3F4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4BBC

Black with #3F4BBC

Text Example


Text Example

White with #3F4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,188); }

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

background-color css

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

 a { background-color: rgb(63,75,188); }

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

border-color css

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

 span { border-color: rgb(63,75,188); }

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