Html Css Color HEX #3B41D4 Free Speech Blue

📋 copy color: '#3B41D4'

red 59 ◦ green 65 ◦ blue 212

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

Shades of Free Speech Blue #3B41D4

Tints of Free Speech Blue #3B41D4

RGB

 RED value IS 59 (23.44% from 255) = 17.56%

 GREEN value IS 65 (25.78% from 255) = 19.35%

 BLUE value IS 212 (83.2% from 255) = 63.1%

R = 17.56%
G = 19.35%
B = 63.1%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3B41D4 (or 0x3B41D4) is known color: Free Speech Blue. HEX triplet: 3B, 41 and D4. RGB value is (59,65,212). Sum of RGB (Red+Green+Blue) = 59+65+212=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 212 (83.20% from 255 or 63.10% from 336); Max value from RGB is 212 - color contains mainly: blue. Hex color #3B41D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41D4 is #C4BE2B. Grayscale: #4F4F4F. Windows color (decimal): -12893740 or 13910331. OLE color: 13910331.

HSL color Cylindrical-coordinate representation of color #3B41D4: hue angle of 237.65º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B41D4 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 59 65 212 -
CMYK 0.72 0.69 0 0.17
HSL 237.65º 0.64% 0.53% -
HSV(B) 237.65º 0.72% 0.83% -
XYZ 15.58 9.46 63.29 -
YUV 79.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 59 65 212 0.72 0.69 0 0.17 237.65 0.64 0.53
Hex 3B 41 D4 48 45 0 11 EE 40 35
Octal 73 101 324 110 105 0 21 356 100 65
Binary 111011 1000001 11010100 1001000 1000101 0 10001 11101110 1000000 110101

Color Harmonies of #3B41D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B41D4

Black with #3B41D4

Text Example


Text Example

White with #3B41D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B41D4; }

 p { color: rgb(59,65,212); }

 H1.HeaderClassName
 {
   color: #3B41D4;
 }
 .AnyTagClassName
 {
   color: #3B41D4;
 }
</style>

background-color css

<style>
 a { background-color: #3B41D4; }

 a { background-color: rgb(59,65,212); }

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

border-color css

<style>
 span { border-color: #3B41D4; }

 span { border-color: rgb(59,65,212); }

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