Html Css Color HEX #3A4BBE Free Speech Blue

📋 copy color: '#3A4BBE'

red 58 ◦ green 75 ◦ blue 190

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

Shades of Free Speech Blue #3A4BBE

Tints of Free Speech Blue #3A4BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 17.96%
G = 23.22%
B = 58.82%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A4BBE (or 0x3A4BBE) is known color: Free Speech Blue. HEX triplet: 3A, 4B and BE. RGB value is (58,75,190). Sum of RGB (Red+Green+Blue) = 58+75+190=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4BBE is #C5B441. Grayscale: #525252. Windows color (decimal): -12956738 or 12471098. OLE color: 12471098.

HSL color Cylindrical-coordinate representation of color #3A4BBE: hue angle of 232.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A4BBE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 75 190 -
CMYK 0.69 0.61 0 0.25
HSL 232.27º 0.53% 0.49% -
HSV(B) 232.27º 0.69% 0.75% -
XYZ 13.56 9.65 49.86 -
YUV 83.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 58 75 190 0.69 0.61 0 0.25 232.27 0.53 0.49
Hex 3A 4B BE 45 3D 0 19 E8 35 31
Octal 72 113 276 105 75 0 31 350 65 61
Binary 111010 1001011 10111110 1000101 111101 0 11001 11101000 110101 110001

Color Harmonies of #3A4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4BBE

Black with #3A4BBE

Text Example


Text Example

White with #3A4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,75,190); }

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

background-color css

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

 a { background-color: rgb(58,75,190); }

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

border-color css

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

 span { border-color: rgb(58,75,190); }

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