Html Css Color HEX #413DBB Free Speech Blue

📋 copy color: '#413DBB'

red 65 ◦ green 61 ◦ blue 187

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

Shades of Free Speech Blue #413DBB

Tints of Free Speech Blue #413DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

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

R = 20.77%
G = 19.49%
B = 59.74%

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

#413DBB (or 0x413DBB) is known color: Free Speech Blue. HEX triplet: 41, 3D and BB. RGB value is (65,61,187). Sum of RGB (Red+Green+Blue) = 65+61+187=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #413DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DBB is #BEC244. Grayscale: #4C4C4C. Windows color (decimal): -12501573 or 12270913. OLE color: 12270913.

HSL color Cylindrical-coordinate representation of color #413DBB: hue angle of 241.9º degrees, saturation: 0.51, 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 #413DBB is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 61 187 -
CMYK 0.65 0.67 0 0.27
HSL 241.9º 0.51% 0.49% -
HSV(B) 241.9º 0.67% 0.73% -
XYZ 12.82 8.05 47.89 -
YUV 76.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 65 61 187 0.65 0.67 0 0.27 241.9 0.51 0.49
Hex 41 3D BB 41 43 0 1B F2 33 31
Octal 101 75 273 101 103 0 33 362 63 61
Binary 1000001 111101 10111011 1000001 1000011 0 11011 11110010 110011 110001

Color Harmonies of #413DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DBB

Black with #413DBB

Text Example


Text Example

White with #413DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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