Html Css Color HEX #3B4EDD Free Speech Blue

📋 copy color: '#3B4EDD'

red 59 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #3B4EDD

Tints of Free Speech Blue #3B4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 16.48%
G = 21.79%
B = 61.73%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B4EDD (or 0x3B4EDD) is known color: Free Speech Blue. HEX triplet: 3B, 4E and DD. RGB value is (59,78,221). Sum of RGB (Red+Green+Blue) = 59+78+221=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4EDD is #C4B122. Grayscale: #585858. Windows color (decimal): -12890403 or 14503483. OLE color: 14503483.

HSL color Cylindrical-coordinate representation of color #3B4EDD: hue angle of 232.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B4EDD is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 78 221 -
CMYK 0.73 0.65 0 0.13
HSL 232.96º 0.7% 0.55% -
HSV(B) 232.96º 0.73% 0.87% -
XYZ 17.58 11.6 69.72 -
YUV 88.62 202.71 106.87 -
System Red Green Blue C M Y K H S L
Decimal 59 78 221 0.73 0.65 0 0.13 232.96 0.7 0.55
Hex 3B 4E DD 49 41 0 D E9 46 37
Octal 73 116 335 111 101 0 15 351 106 67
Binary 111011 1001110 11011101 1001001 1000001 0 1101 11101001 1000110 110111

Color Harmonies of #3B4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4EDD

Black with #3B4EDD

Text Example


Text Example

White with #3B4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,78,221); }

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

background-color css

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

 a { background-color: rgb(59,78,221); }

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

border-color css

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

 span { border-color: rgb(59,78,221); }

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