Html Css Color HEX #413EBB Free Speech Blue

📋 copy color: '#413EBB'

red 65 ◦ green 62 ◦ blue 187

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

Shades of Free Speech Blue #413EBB

Tints of Free Speech Blue #413EBB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 20.7%
G = 19.75%
B = 59.55%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413EBB (or 0x413EBB) is known color: Free Speech Blue. HEX triplet: 41, 3E and BB. RGB value is (65,62,187). Sum of RGB (Red+Green+Blue) = 65+62+187=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #413EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EBB is #BEC144. Grayscale: #4C4C4C. Windows color (decimal): -12501317 or 12271169. OLE color: 12271169.

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

Color convert

RGB 65 62 187 -
CMYK 0.65 0.67 0 0.27
HSL 241.44º 0.5% 0.49% -
HSV(B) 241.44º 0.67% 0.73% -
XYZ 12.87 8.16 47.91 -
YUV 77.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 65 62 187 0.65 0.67 0 0.27 241.44 0.5 0.49
Hex 41 3E BB 41 43 0 1B F1 32 31
Octal 101 76 273 101 103 0 33 361 62 61
Binary 1000001 111110 10111011 1000001 1000011 0 11011 11110001 110010 110001

Color Harmonies of #413EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EBB

Black with #413EBB

Text Example


Text Example

White with #413EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,187); }

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

background-color css

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

 a { background-color: rgb(65,62,187); }

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

border-color css

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

 span { border-color: rgb(65,62,187); }

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