Html Css Color HEX #3F65BD Free Speech Blue

📋 copy color: '#3F65BD'

red 63 ◦ green 101 ◦ blue 189

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

Shades of Free Speech Blue #3F65BD

Tints of Free Speech Blue #3F65BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 17.85%
G = 28.61%
B = 53.54%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F65BD (or 0x3F65BD) is known color: Free Speech Blue. HEX triplet: 3F, 65 and BD. RGB value is (63,101,189). Sum of RGB (Red+Green+Blue) = 63+101+189=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F65BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65BD is #C09A42. Grayscale: #636363. Windows color (decimal): -12622403 or 12412223. OLE color: 12412223.

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

Color convert

RGB 63 101 189 -
CMYK 0.67 0.47 0 0.26
HSL 221.9º 0.5% 0.49% -
HSV(B) 221.9º 0.67% 0.74% -
XYZ 15.89 14.04 50.02 -
YUV 99.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 63 101 189 0.67 0.47 0 0.26 221.9 0.5 0.49
Hex 3F 65 BD 43 2F 0 1A DE 32 31
Octal 77 145 275 103 57 0 32 336 62 61
Binary 111111 1100101 10111101 1000011 101111 0 11010 11011110 110010 110001

Color Harmonies of #3F65BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65BD

Black with #3F65BD

Text Example


Text Example

White with #3F65BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,101,189); }

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

background-color css

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

 a { background-color: rgb(63,101,189); }

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

border-color css

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

 span { border-color: rgb(63,101,189); }

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