Html Css Color HEX #3A40BC Free Speech Blue

📋 copy color: '#3A40BC'

red 58 ◦ green 64 ◦ blue 188

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

Shades of Free Speech Blue #3A40BC

Tints of Free Speech Blue #3A40BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 18.71%
G = 20.65%
B = 60.65%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A40BC (or 0x3A40BC) is known color: Free Speech Blue. HEX triplet: 3A, 40 and BC. RGB value is (58,64,188). Sum of RGB (Red+Green+Blue) = 58+64+188=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40BC is #C5BF43. Grayscale: #4B4B4B. Windows color (decimal): -12959556 or 12337210. OLE color: 12337210.

HSL color Cylindrical-coordinate representation of color #3A40BC: hue angle of 237.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A40BC is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 64 188 -
CMYK 0.69 0.66 0 0.26
HSL 237.23º 0.53% 0.48% -
HSV(B) 237.23º 0.69% 0.74% -
XYZ 12.66 8.2 48.49 -
YUV 76.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 58 64 188 0.69 0.66 0 0.26 237.23 0.53 0.48
Hex 3A 40 BC 45 42 0 1A ED 35 30
Octal 72 100 274 105 102 0 32 355 65 60
Binary 111010 1000000 10111100 1000101 1000010 0 11010 11101101 110101 110000

Color Harmonies of #3A40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40BC

Black with #3A40BC

Text Example


Text Example

White with #3A40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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