Html Css Color HEX #3A40DF Free Speech Blue

📋 copy color: '#3A40DF'

red 58 ◦ green 64 ◦ blue 223

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

Shades of Free Speech Blue #3A40DF

Tints of Free Speech Blue #3A40DF

RGB

 RED value IS 58 (23.05% from 255) = 16.81%

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

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

R = 16.81%
G = 18.55%
B = 64.64%

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

#3A40DF (or 0x3A40DF) is known color: Free Speech Blue. HEX triplet: 3A, 40 and DF. RGB value is (58,64,223). Sum of RGB (Red+Green+Blue) = 58+64+223=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A40DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40DF is #C5BF20. Grayscale: #4F4F4F. Windows color (decimal): -12959521 or 14630970. OLE color: 14630970.

HSL color Cylindrical-coordinate representation of color #3A40DF: hue angle of 237.82º 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 #3A40DF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 64 223 -
CMYK 0.74 0.71 0 0.13
HSL 237.82º 0.72% 0.55% -
HSV(B) 237.82º 0.74% 0.87% -
XYZ 16.9 9.89 70.83 -
YUV 80.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 58 64 223 0.74 0.71 0 0.13 237.82 0.72 0.55
Hex 3A 40 DF 4A 47 0 D EE 48 37
Octal 72 100 337 112 107 0 15 356 110 67
Binary 111010 1000000 11011111 1001010 1000111 0 1101 11101110 1001000 110111

Color Harmonies of #3A40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40DF

Black with #3A40DF

Text Example


Text Example

White with #3A40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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