Html Css Color HEX #3B40DF Free Speech Blue

📋 copy color: '#3B40DF'

red 59 ◦ green 64 ◦ blue 223

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

Shades of Free Speech Blue #3B40DF

Tints of Free Speech Blue #3B40DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 17.05%
G = 18.5%
B = 64.45%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B40DF (or 0x3B40DF) is known color: Free Speech Blue. HEX triplet: 3B, 40 and DF. RGB value is (59,64,223). Sum of RGB (Red+Green+Blue) = 59+64+223=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B40DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B40DF is #C4BF20. Grayscale: #4F4F4F. Windows color (decimal): -12893985 or 14630971. OLE color: 14630971.

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

Color convert

RGB 59 64 223 -
CMYK 0.74 0.71 0 0.13
HSL 238.17º 0.72% 0.55% -
HSV(B) 238.17º 0.74% 0.87% -
XYZ 16.96 9.92 70.83 -
YUV 80.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 59 64 223 0.74 0.71 0 0.13 238.17 0.72 0.55
Hex 3B 40 DF 4A 47 0 D EE 48 37
Octal 73 100 337 112 107 0 15 356 110 67
Binary 111011 1000000 11011111 1001010 1000111 0 1101 11101110 1001000 110111

Color Harmonies of #3B40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B40DF

Black with #3B40DF

Text Example


Text Example

White with #3B40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,223); }

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

background-color css

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

 a { background-color: rgb(59,64,223); }

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

border-color css

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

 span { border-color: rgb(59,64,223); }

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