Html Css Color HEX #3B3FAF Free Speech Blue

📋 copy color: '#3B3FAF'

red 59 ◦ green 63 ◦ blue 175

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

Shades of Free Speech Blue #3B3FAF

Tints of Free Speech Blue #3B3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

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

R = 19.87%
G = 21.21%
B = 58.92%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B3FAF (or 0x3B3FAF) is known color: Free Speech Blue. HEX triplet: 3B, 3F and AF. RGB value is (59,63,175). Sum of RGB (Red+Green+Blue) = 59+63+175=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B3FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3FAF is #C4C050. Grayscale: #4A4A4A. Windows color (decimal): -12894289 or 11484987. OLE color: 11484987.

HSL color Cylindrical-coordinate representation of color #3B3FAF: hue angle of 237.93º 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 #3B3FAF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 63 175 -
CMYK 0.66 0.64 0 0.31
HSL 237.93º 0.5% 0.46% -
HSV(B) 237.93º 0.66% 0.69% -
XYZ 11.32 7.58 41.42 -
YUV 74.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 59 63 175 0.66 0.64 0 0.31 237.93 0.5 0.46
Hex 3B 3F AF 42 40 0 1F EE 32 2E
Octal 73 77 257 102 100 0 37 356 62 56
Binary 111011 111111 10101111 1000010 1000000 0 11111 11101110 110010 101110

Color Harmonies of #3B3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3FAF

Black with #3B3FAF

Text Example


Text Example

White with #3B3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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