Html Css Color HEX #415AB1 Free Speech Blue

📋 copy color: '#415AB1'

red 65 ◦ green 90 ◦ blue 177

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

Shades of Free Speech Blue #415AB1

Tints of Free Speech Blue #415AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 177 (69.53% from 255) = 53.31%

R = 19.58%
G = 27.11%
B = 53.31%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#415AB1 (or 0x415AB1) is known color: Free Speech Blue. HEX triplet: 41, 5A and B1. RGB value is (65,90,177). Sum of RGB (Red+Green+Blue) = 65+90+177=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #415AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AB1 is #BEA54E. Grayscale: #5C5C5C. Windows color (decimal): -12494159 or 11622977. OLE color: 11622977.

HSL color Cylindrical-coordinate representation of color #415AB1: hue angle of 226.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415AB1 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 90 177 -
CMYK 0.63 0.49 0 0.31
HSL 226.61º 0.46% 0.47% -
HSV(B) 226.61º 0.63% 0.69% -
XYZ 13.77 11.61 43.11 -
YUV 92.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 65 90 177 0.63 0.49 0 0.31 226.61 0.46 0.47
Hex 41 5A B1 3F 31 0 1F E3 2E 2F
Octal 101 132 261 77 61 0 37 343 56 57
Binary 1000001 1011010 10110001 111111 110001 0 11111 11100011 101110 101111

Color Harmonies of #415AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415AB1

Black with #415AB1

Text Example


Text Example

White with #415AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415AB1; }

 p { color: rgb(65,90,177); }

 H1.HeaderClassName
 {
   color: #415AB1;
 }
 .AnyTagClassName
 {
   color: #415AB1;
 }
</style>

background-color css

<style>
 a { background-color: #415AB1; }

 a { background-color: rgb(65,90,177); }

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

border-color css

<style>
 span { border-color: #415AB1; }

 span { border-color: rgb(65,90,177); }

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