Html Css Color HEX #413FBA Free Speech Blue

📋 copy color: '#413FBA'

red 65 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #413FBA

Tints of Free Speech Blue #413FBA

RGB

 RED value IS 65 (25.78% from 255) = 20.7%

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 20.7%
G = 20.06%
B = 59.24%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413FBA (or 0x413FBA) is known color: Free Speech Blue. HEX triplet: 41, 3F and BA. RGB value is (65,63,186). Sum of RGB (Red+Green+Blue) = 65+63+186=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #413FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FBA is #BEC045. Grayscale: #4D4D4D. Windows color (decimal): -12501062 or 12205889. OLE color: 12205889.

HSL color Cylindrical-coordinate representation of color #413FBA: hue angle of 240.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413FBA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 63 186 -
CMYK 0.65 0.66 0 0.27
HSL 240.98º 0.49% 0.49% -
HSV(B) 240.98º 0.66% 0.73% -
XYZ 12.82 8.22 47.37 -
YUV 77.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 65 63 186 0.65 0.66 0 0.27 240.98 0.49 0.49
Hex 41 3F BA 41 42 0 1B F1 31 31
Octal 101 77 272 101 102 0 33 361 61 61
Binary 1000001 111111 10111010 1000001 1000010 0 11011 11110001 110001 110001

Color Harmonies of #413FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FBA

Black with #413FBA

Text Example


Text Example

White with #413FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413FBA; }

 p { color: rgb(65,63,186); }

 H1.HeaderClassName
 {
   color: #413FBA;
 }
 .AnyTagClassName
 {
   color: #413FBA;
 }
</style>

background-color css

<style>
 a { background-color: #413FBA; }

 a { background-color: rgb(65,63,186); }

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

border-color css

<style>
 span { border-color: #413FBA; }

 span { border-color: rgb(65,63,186); }

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