Html Css Color HEX #415BB1 Free Speech Blue

📋 copy color: '#415BB1'

red 65 ◦ green 91 ◦ blue 177

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

Shades of Free Speech Blue #415BB1

Tints of Free Speech Blue #415BB1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

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

R = 19.52%
G = 27.33%
B = 53.15%

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

#415BB1 (or 0x415BB1) is known color: Free Speech Blue. HEX triplet: 41, 5B and B1. RGB value is (65,91,177). Sum of RGB (Red+Green+Blue) = 65+91+177=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #415BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BB1 is #BEA44E. Grayscale: #5C5C5C. Windows color (decimal): -12493903 or 11623233. OLE color: 11623233.

HSL color Cylindrical-coordinate representation of color #415BB1: hue angle of 226.07º 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 #415BB1 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 91 177 -
CMYK 0.63 0.49 0 0.31
HSL 226.07º 0.46% 0.47% -
HSV(B) 226.07º 0.63% 0.69% -
XYZ 13.86 11.78 43.14 -
YUV 93.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 65 91 177 0.63 0.49 0 0.31 226.07 0.46 0.47
Hex 41 5B B1 3F 31 0 1F E2 2E 2F
Octal 101 133 261 77 61 0 37 342 56 57
Binary 1000001 1011011 10110001 111111 110001 0 11111 11100010 101110 101111

Color Harmonies of #415BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BB1

Black with #415BB1

Text Example


Text Example

White with #415BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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