Html Css Color HEX #413DBD Free Speech Blue

📋 copy color: '#413DBD'

red 65 ◦ green 61 ◦ blue 189

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

Shades of Free Speech Blue #413DBD

Tints of Free Speech Blue #413DBD

RGB

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

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

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

R = 20.63%
G = 19.37%
B = 60%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#413DBD (or 0x413DBD) is known color: Free Speech Blue. HEX triplet: 41, 3D and BD. RGB value is (65,61,189). Sum of RGB (Red+Green+Blue) = 65+61+189=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #413DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DBD is #BEC242. Grayscale: #4C4C4C. Windows color (decimal): -12501571 or 12401985. OLE color: 12401985.

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

Color convert

RGB 65 61 189 -
CMYK 0.66 0.68 0 0.26
HSL 241.88º 0.51% 0.49% -
HSV(B) 241.88º 0.68% 0.74% -
XYZ 13.03 8.14 49.03 -
YUV 76.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 65 61 189 0.66 0.68 0 0.26 241.88 0.51 0.49
Hex 41 3D BD 42 44 0 1A F2 33 31
Octal 101 75 275 102 104 0 32 362 63 61
Binary 1000001 111101 10111101 1000010 1000100 0 11010 11110010 110011 110001

Color Harmonies of #413DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DBD

Black with #413DBD

Text Example


Text Example

White with #413DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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