Html Css Color HEX #413CBD Free Speech Blue

📋 copy color: '#413CBD'

red 65 ◦ green 60 ◦ blue 189

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

Shades of Free Speech Blue #413CBD

Tints of Free Speech Blue #413CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 20.7%
G = 19.11%
B = 60.19%

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

#413CBD (or 0x413CBD) is known color: Free Speech Blue. HEX triplet: 41, 3C and BD. RGB value is (65,60,189). Sum of RGB (Red+Green+Blue) = 65+60+189=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #413CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CBD is #BEC342. Grayscale: #4B4B4B. Windows color (decimal): -12501827 or 12401729. OLE color: 12401729.

HSL color Cylindrical-coordinate representation of color #413CBD: hue angle of 242.33º degrees, saturation: 0.52, 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 #413CBD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 60 189 -
CMYK 0.66 0.68 0 0.26
HSL 242.33º 0.52% 0.49% -
HSV(B) 242.33º 0.68% 0.74% -
XYZ 12.98 8.03 49.01 -
YUV 76.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 65 60 189 0.66 0.68 0 0.26 242.33 0.52 0.49
Hex 41 3C BD 42 44 0 1A F2 34 31
Octal 101 74 275 102 104 0 32 362 64 61
Binary 1000001 111100 10111101 1000010 1000100 0 11010 11110010 110100 110001

Color Harmonies of #413CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CBD

Black with #413CBD

Text Example


Text Example

White with #413CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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