Html Css Color HEX #3B4DAF Free Speech Blue

📋 copy color: '#3B4DAF'

red 59 ◦ green 77 ◦ blue 175

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

Shades of Free Speech Blue #3B4DAF

Tints of Free Speech Blue #3B4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 18.97%
G = 24.76%
B = 56.27%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B4DAF (or 0x3B4DAF) is known color: Free Speech Blue. HEX triplet: 3B, 4D and AF. RGB value is (59,77,175). Sum of RGB (Red+Green+Blue) = 59+77+175=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B4DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4DAF is #C4B250. Grayscale: #525252. Windows color (decimal): -12890705 or 11488571. OLE color: 11488571.

HSL color Cylindrical-coordinate representation of color #3B4DAF: hue angle of 230.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4DAF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 77 175 -
CMYK 0.66 0.56 0 0.31
HSL 230.69º 0.5% 0.46% -
HSV(B) 230.69º 0.66% 0.69% -
XYZ 12.2 9.33 41.72 -
YUV 82.79 180.04 111.03 -
System Red Green Blue C M Y K H S L
Decimal 59 77 175 0.66 0.56 0 0.31 230.69 0.5 0.46
Hex 3B 4D AF 42 38 0 1F E7 32 2E
Octal 73 115 257 102 70 0 37 347 62 56
Binary 111011 1001101 10101111 1000010 111000 0 11111 11100111 110010 101110

Color Harmonies of #3B4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4DAF

Black with #3B4DAF

Text Example


Text Example

White with #3B4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,77,175); }

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

background-color css

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

 a { background-color: rgb(59,77,175); }

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

border-color css

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

 span { border-color: rgb(59,77,175); }

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