Html Css Color HEX #3A40DD Free Speech Blue

📋 copy color: '#3A40DD'

red 58 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Blue #3A40DD

Tints of Free Speech Blue #3A40DD

RGB

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

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

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

R = 16.91%
G = 18.66%
B = 64.43%

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

#3A40DD (or 0x3A40DD) is known color: Free Speech Blue. HEX triplet: 3A, 40 and DD. RGB value is (58,64,221). Sum of RGB (Red+Green+Blue) = 58+64+221=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A40DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40DD is #C5BF22. Grayscale: #4F4F4F. Windows color (decimal): -12959523 or 14499898. OLE color: 14499898.

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

Color convert

RGB 58 64 221 -
CMYK 0.74 0.71 0 0.13
HSL 237.79º 0.71% 0.55% -
HSV(B) 237.79º 0.74% 0.87% -
XYZ 16.63 9.79 69.42 -
YUV 80.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 58 64 221 0.74 0.71 0 0.13 237.79 0.71 0.55
Hex 3A 40 DD 4A 47 0 D EE 47 37
Octal 72 100 335 112 107 0 15 356 107 67
Binary 111010 1000000 11011101 1001010 1000111 0 1101 11101110 1000111 110111

Color Harmonies of #3A40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40DD

Black with #3A40DD

Text Example


Text Example

White with #3A40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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