Html Css Color HEX #3A40DB Free Speech Blue

📋 copy color: '#3A40DB'

red 58 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Blue #3A40DB

Tints of Free Speech Blue #3A40DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 17.01%
G = 18.77%
B = 64.22%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A40DB (or 0x3A40DB) is known color: Free Speech Blue. HEX triplet: 3A, 40 and DB. RGB value is (58,64,219). Sum of RGB (Red+Green+Blue) = 58+64+219=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A40DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40DB is #C5BF24. Grayscale: #4F4F4F. Windows color (decimal): -12959525 or 14368826. OLE color: 14368826.

HSL color Cylindrical-coordinate representation of color #3A40DB: hue angle of 237.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A40DB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 64 219 -
CMYK 0.74 0.71 0 0.14
HSL 237.76º 0.69% 0.54% -
HSV(B) 237.76º 0.74% 0.86% -
XYZ 16.36 9.68 68.02 -
YUV 79.88 206.51 112.4 -
System Red Green Blue C M Y K H S L
Decimal 58 64 219 0.74 0.71 0 0.14 237.76 0.69 0.54
Hex 3A 40 DB 4A 47 0 E EE 45 36
Octal 72 100 333 112 107 0 16 356 105 66
Binary 111010 1000000 11011011 1001010 1000111 0 1110 11101110 1000101 110110

Color Harmonies of #3A40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40DB

Black with #3A40DB

Text Example


Text Example

White with #3A40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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